Html Css Color HEX #040712 Black Russian

📋 copy color: '#040712'

red 4 ◦ green 7 ◦ blue 18

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

Shades of Black Russian #040712

Tints of Black Russian #040712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 24.14%

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

R = 13.79%
G = 24.14%
B = 62.07%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#040712 (or 0x040712) is known color: Black Russian. HEX triplet: 04, 07 and 12. RGB value is (4,7,18). Sum of RGB (Red+Green+Blue) = 4+7+18=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #040712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040712 is #FBF8ED. Grayscale: #070707. Windows color (decimal): -16513262 or 1181444. OLE color: 1181444.

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

Color convert

RGB 4 7 18 -
CMYK 0.78 0.61 0 0.93
HSL 227.14º 0.64% 0.04% -
HSV(B) 227.14º 0.78% 0.07% -
XYZ 0.24 0.22 0.6 -
YUV 7.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 4 7 18 0.78 0.61 0 0.93 227.14 0.64 0.04
Hex 4 7 12 4E 3D 0 5D E3 40 4
Octal 4 7 22 116 75 0 135 343 100 4
Binary 100 111 10010 1001110 111101 0 1011101 11100011 1000000 100

Color Harmonies of #040712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040712

Black with #040712

Text Example


Text Example

White with #040712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040712; }

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

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

background-color css

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

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

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

border-color css

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

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

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