Html Css Color HEX #070211 Black Russian

📋 copy color: '#070211'

red 7 ◦ green 2 ◦ blue 17

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

Shades of Black Russian #070211

Tints of Black Russian #070211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 65.38%

R = 26.92%
G = 7.69%
B = 65.38%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#070211 (or 0x070211) is known color: Black Russian. HEX triplet: 07, 02 and 11. RGB value is (7,2,17). Sum of RGB (Red+Green+Blue) = 7+2+17=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 17 (7.03% from 255 or 65.38% from 26); Max value from RGB is 17 - color contains mainly: blue. Hex color #070211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070211 is #F8FDEE. Grayscale: #050505. Windows color (decimal): -16317935 or 1114631. OLE color: 1114631.

HSL color Cylindrical-coordinate representation of color #070211: hue angle of 260º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070211 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 7 2 17 -
CMYK 0.59 0.88 0 0.93
HSL 260º 0.79% 0.04% -
HSV(B) 260º 0.88% 0.07% -
XYZ 0.21 0.13 0.54 -
YUV 5.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 7 2 17 0.59 0.88 0 0.93 260 0.79 0.04
Hex 7 2 11 3B 58 0 5D 104 4F 4
Octal 7 2 21 73 130 0 135 404 117 4
Binary 111 10 10001 111011 1011000 0 1011101 100000100 1001111 100

Color Harmonies of #070211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070211

Black with #070211

Text Example


Text Example

White with #070211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070211; }

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

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

background-color css

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

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

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

border-color css

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

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

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