#051129

Color #051129 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #051129

Tints of Black Russian #051129

Color information

#051129 (or 0x051129) is unknown color: approx Black Russian. HEX triplet: 05, 11 and 29. RGB value is (5,17,41). Sum of RGB (Red+Green+Blue) = 5+17+41=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #051129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051129 is #FAEED6. Grayscale: #101010. Windows color (decimal): -16445143 or 2691333. OLE color: 2691333.

HSL color Cylindrical-coordinate representation of color #051129: hue angle of 220º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #051129 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB51741-
CMYK0.880.5900.84
HSL220º78.26%9.02%-
HSV(B)220º87.8%16.08%-
XYZ0.660.592.18-
YUV16.15142.02120.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 17 (7.03% from 255) = 26.98%
BLUE value IS 41 (16.41% from 255) = 65.08%
R=7.94%
G=26.98%
B=65.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal517410.880.5900.8422078.269.02
Hex51129583B054dc4e9
Octal5215113073012433411611
Binary101100011010011011000111011010101001101110010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051129; }

 p { color: rgb(5,17,41); }

 H1.HeaderClassName
 {
   color: #051129;
 }
 .AnyTagClassName
 {
   color: #051129;
 }
</style>
background-color css

<style>
 a { background-color: #051129; }

 a { background-color: rgb(5,17,41); }

 div.DivClassName
 {
   background-color: #051129;
 }
 .BgClassName
 {
   background-color: #051129;
 }
</style>
border-color css

<style>
 span { border-color: #051129; }

 span { border-color: rgb(5,17,41); }

 td.TdClassName
 {
   border-color: #051129;
 }
 .TagClassName
 {
   border-color: #051129;
 }
</style>