Html Css Color HEX #050412 Black Russian

📋 copy color: '#050412'

red 5 ◦ green 4 ◦ blue 18

#050412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Russian #050412

Tints of Black Russian #050412

RGB

 RED value IS 5 (2.34% from 255) = 18.52%

 GREEN value IS 4 (1.95% from 255) = 14.81%

 BLUE value IS 18 (7.42% from 255) = 66.67%

R = 18.52%
G = 14.81%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#050412 (or 0x050412) is known color: Black Russian. HEX triplet: 05, 04 and 12. RGB value is (5,4,18). Sum of RGB (Red+Green+Blue) = 5+4+18=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 18 (7.42% from 255 or 66.67% from 27); Max value from RGB is 18 - color contains mainly: blue. Hex color #050412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050412 is #FAFBED. Grayscale: #050505. Windows color (decimal): -16448494 or 1180677. OLE color: 1180677.

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

Color convert

RGB 5 4 18 -
CMYK 0.72 0.78 0 0.93
HSL 244.29º 0.64% 0.04% -
HSV(B) 244.29º 0.78% 0.07% -
XYZ 0.22 0.16 0.59 -
YUV 5.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 5 4 18 0.72 0.78 0 0.93 244.29 0.64 0.04
Hex 5 4 12 48 4E 0 5D F4 40 4
Octal 5 4 22 110 116 0 135 364 100 4
Binary 101 100 10010 1001000 1001110 0 1011101 11110100 1000000 100

Color Harmonies of #050412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050412

Black with #050412

Text Example


Text Example

White with #050412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050412; }

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

 H1.HeaderClassName
 {
   color: #050412;
 }
 .AnyTagClassName
 {
   color: #050412;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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