Html Css Color HEX #070212 Black Russian

📋 copy color: '#070212'

red 7 ◦ green 2 ◦ blue 18

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

Shades of Black Russian #070212

Tints of Black Russian #070212

RGB

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

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

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

R = 25.93%
G = 7.41%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070212 (or 0x070212) is known color: Black Russian. HEX triplet: 07, 02 and 12. RGB value is (7,2,18). Sum of RGB (Red+Green+Blue) = 7+2+18=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 18 (7.42% from 255 or 66.67% from 27); Max value from RGB is 18 - color contains mainly: blue. Hex color #070212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070212 is #F8FDED. Grayscale: #050505. Windows color (decimal): -16317934 or 1180167. OLE color: 1180167.

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

Color convert

RGB 7 2 18 -
CMYK 0.61 0.89 0 0.93
HSL 258.75º 0.8% 0.04% -
HSV(B) 258.75º 0.89% 0.07% -
XYZ 0.22 0.13 0.59 -
YUV 5.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 7 2 18 0.61 0.89 0 0.93 258.75 0.8 0.04
Hex 7 2 12 3D 59 0 5D 103 50 4
Octal 7 2 22 75 131 0 135 403 120 4
Binary 111 10 10010 111101 1011001 0 1011101 100000011 1010000 100

Color Harmonies of #070212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070212

Black with #070212

Text Example


Text Example

White with #070212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070212; }

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

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

background-color css

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

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

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

border-color css

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

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

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