Html Css Color HEX #070412 Black Russian

📋 copy color: '#070412'

red 7 ◦ green 4 ◦ blue 18

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

Shades of Black Russian #070412

Tints of Black Russian #070412

RGB

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

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

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

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

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070412 (or 0x070412) is known color: Black Russian. HEX triplet: 07, 04 and 12. RGB value is (7,4,18). Sum of RGB (Red+Green+Blue) = 7+4+18=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 4 (1.95% from 255 or 13.79% 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 #070412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070412 is #F8FBED. Grayscale: #060606. Windows color (decimal): -16317422 or 1180679. OLE color: 1180679.

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

Color convert

RGB 7 4 18 -
CMYK 0.61 0.78 0 0.93
HSL 252.86º 0.64% 0.04% -
HSV(B) 252.86º 0.78% 0.07% -
XYZ 0.24 0.18 0.59 -
YUV 6.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 7 4 18 0.61 0.78 0 0.93 252.86 0.64 0.04
Hex 7 4 12 3D 4E 0 5D FD 40 4
Octal 7 4 22 75 116 0 135 375 100 4
Binary 111 100 10010 111101 1001110 0 1011101 11111101 1000000 100

Color Harmonies of #070412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070412

Black with #070412

Text Example


Text Example

White with #070412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070412; }

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

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

background-color css

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

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

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

border-color css

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

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

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