#05051C

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

Shades of Black Russian #05051C

Tints of Black Russian #05051C

Color information

#05051C (or 0x05051C) is unknown color: approx Black Russian. HEX triplet: 05, 05 and 1C. RGB value is (5,5,28). Sum of RGB (Red+Green+Blue) = 5+5+28=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #05051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05051C is #FAFAE3. Grayscale: #070707. Windows color (decimal): -16448228 or 1836293. OLE color: 1836293.

HSL color Cylindrical-coordinate representation of color #05051C: hue angle of 240º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05051C is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB5528-
CMYK0.820.8200.89
HSL240º69.7%6.47%-
HSV(B)240º82.14%10.98%-
XYZ0.330.221.12-
YUV7.62139.5126.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 28 (11.33% from 255) = 73.68%
R=13.16%
G=13.16%
B=73.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal55280.820.8200.8924069.76.47
Hex551C5252059f0466
Octal553412212201313601066
Binary101101111001010010101001001011001111100001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05051C; }

 p { color: rgb(5,5,28); }

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

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

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

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

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

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

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