#051127

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

Shades of Black Russian #051127

Tints of Black Russian #051127

Color information

#051127 (or 0x051127) is unknown color: approx Black Russian. HEX triplet: 05, 11 and 27. RGB value is (5,17,39). Sum of RGB (Red+Green+Blue) = 5+17+39=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 39 (15.62% from 255 or 63.93% from 61); Max value from RGB is 39 - color contains mainly: blue. Hex color #051127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051127 is #FAEED8. Grayscale: #0F0F0F. Windows color (decimal): -16445145 or 2560261. OLE color: 2560261.

HSL color Cylindrical-coordinate representation of color #051127: hue angle of 218.82º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #051127 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB51739-
CMYK0.870.5600.85
HSL218.82º77.27%8.63%-
HSV(B)218.82º87.18%15.29%-
XYZ0.630.582-
YUV15.92141.02120.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.20%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 39 (15.62% from 255) = 63.93%
R=8.20%
G=27.87%
B=63.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal517390.870.5600.85218.8277.278.63
Hex511275738055db4d9
Octal5214712770012533311511
Binary101100011001111010111111000010101011101101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051127; }

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

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

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

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

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

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

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

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