#050712

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

Shades of Black Russian #050712

Tints of Black Russian #050712

Color information

#050712 (or 0x050712) is unknown color: approx Black Russian. HEX triplet: 05, 07 and 12. RGB value is (5,7,18). Sum of RGB (Red+Green+Blue) = 5+7+18=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #050712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050712 is #FAF8ED. Grayscale: #070707. Windows color (decimal): -16447726 or 1181445. OLE color: 1181445.

HSL color Cylindrical-coordinate representation of color #050712: hue angle of 230.77º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #050712 is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB5718-
CMYK0.720.6100.93
HSL230.77º56.52%4.51%-
HSV(B)230.77º72.22%7.06%-
XYZ0.250.230.6-
YUV7.66133.84126.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.67%
GREEN value IS 7 (3.12% from 255) = 23.33%
BLUE value IS 18 (7.42% from 255) = 60%
R=16.67%
G=23.33%
B=60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal57180.720.6100.93230.7756.524.51
Hex5712483D05De7395
Octal5722110750135347715
Binary1011111001010010001111010101110111100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050712; }

 p { color: rgb(5,7,18); }

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

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

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

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

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

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

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