Html Css Color HEX #020412 Black Russian

📋 copy color: '#020412'

red 2 ◦ green 4 ◦ blue 18

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

Shades of Black Russian #020412

Tints of Black Russian #020412

RGB

 RED value IS 2 (1.17% from 255) = 8.33%

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

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

R = 8.33%
G = 16.67%
B = 75%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020412 (or 0x020412) is known color: Black Russian. HEX triplet: 02, 04 and 12. RGB value is (2,4,18). Sum of RGB (Red+Green+Blue) = 2+4+18=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 18 (7.42% from 255 or 75% from 24); Max value from RGB is 18 - color contains mainly: blue. Hex color #020412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020412 is #FDFBED. Grayscale: #040404. Windows color (decimal): -16645102 or 1180674. OLE color: 1180674.

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

Color convert

RGB 2 4 18 -
CMYK 0.89 0.78 0 0.93
HSL 232.5º 0.8% 0.04% -
HSV(B) 232.5º 0.89% 0.07% -
XYZ 0.18 0.14 0.59 -
YUV 5 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 2 4 18 0.89 0.78 0 0.93 232.5 0.8 0.04
Hex 2 4 12 59 4E 0 5D E8 50 4
Octal 2 4 22 131 116 0 135 350 120 4
Binary 10 100 10010 1011001 1001110 0 1011101 11101000 1010000 100

Color Harmonies of #020412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020412

Black with #020412

Text Example


Text Example

White with #020412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020412; }

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

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

background-color css

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

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

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

border-color css

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

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

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