Html Css Color HEX #070812 Black Russian

📋 copy color: '#070812'

red 7 ◦ green 8 ◦ blue 18

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

Shades of Black Russian #070812

Tints of Black Russian #070812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 24.24%

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

R = 21.21%
G = 24.24%
B = 54.55%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070812 (or 0x070812) is known color: Black Russian. HEX triplet: 07, 08 and 12. RGB value is (7,8,18). Sum of RGB (Red+Green+Blue) = 7+8+18=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #070812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070812 is #F8F7ED. Grayscale: #080808. Windows color (decimal): -16316398 or 1181703. OLE color: 1181703.

HSL color Cylindrical-coordinate representation of color #070812: hue angle of 234.55º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #070812 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 8 18 -
CMYK 0.61 0.56 0 0.93
HSL 234.55º 0.44% 0.05% -
HSV(B) 234.55º 0.61% 0.07% -
XYZ 0.28 0.26 0.61 -
YUV 8.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 7 8 18 0.61 0.56 0 0.93 234.55 0.44 0.05
Hex 7 8 12 3D 38 0 5D EB 2C 5
Octal 7 10 22 75 70 0 135 353 54 5
Binary 111 1000 10010 111101 111000 0 1011101 11101011 101100 101

Color Harmonies of #070812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070812

Black with #070812

Text Example


Text Example

White with #070812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070812; }

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

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

background-color css

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

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

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

border-color css

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

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

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