Html Css Color HEX #040212 Black Russian

📋 copy color: '#040212'

red 4 ◦ green 2 ◦ blue 18

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

Shades of Black Russian #040212

Tints of Black Russian #040212

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#040212 (or 0x040212) is known color: Black Russian. HEX triplet: 04, 02 and 12. RGB value is (4,2,18). Sum of RGB (Red+Green+Blue) = 4+2+18=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 2 (1.17% from 255 or 8.33% 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 #040212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040212 is #FBFDED. Grayscale: #040404. Windows color (decimal): -16514542 or 1180164. OLE color: 1180164.

HSL color Cylindrical-coordinate representation of color #040212: hue angle of 247.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 #040212 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 4 2 18 -
CMYK 0.78 0.89 0 0.93
HSL 247.5º 0.8% 0.04% -
HSV(B) 247.5º 0.89% 0.07% -
XYZ 0.18 0.11 0.58 -
YUV 4.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 4 2 18 0.78 0.89 0 0.93 247.5 0.8 0.04
Hex 4 2 12 4E 59 0 5D F8 50 4
Octal 4 2 22 116 131 0 135 370 120 4
Binary 100 10 10010 1001110 1011001 0 1011101 11111000 1010000 100

Color Harmonies of #040212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040212

Black with #040212

Text Example


Text Example

White with #040212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040212; }

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

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

background-color css

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

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

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

border-color css

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

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

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