Html Css Color HEX #020712 Black Russian

📋 copy color: '#020712'

red 2 ◦ green 7 ◦ blue 18

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

Shades of Black Russian #020712

Tints of Black Russian #020712

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.61

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020712 (or 0x020712) is known color: Black Russian. HEX triplet: 02, 07 and 12. RGB value is (2,7,18). Sum of RGB (Red+Green+Blue) = 2+7+18=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 7 (3.12% from 255 or 25.93% 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 #020712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020712 is #FDF8ED. Grayscale: #060606. Windows color (decimal): -16644334 or 1181442. OLE color: 1181442.

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

Color convert

RGB 2 7 18 -
CMYK 0.89 0.61 0 0.93
HSL 221.25º 0.8% 0.04% -
HSV(B) 221.25º 0.89% 0.07% -
XYZ 0.21 0.21 0.6 -
YUV 6.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 2 7 18 0.89 0.61 0 0.93 221.25 0.8 0.04
Hex 2 7 12 59 3D 0 5D DD 50 4
Octal 2 7 22 131 75 0 135 335 120 4
Binary 10 111 10010 1011001 111101 0 1011101 11011101 1010000 100

Color Harmonies of #020712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020712

Black with #020712

Text Example


Text Example

White with #020712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020712; }

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

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

background-color css

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

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

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

border-color css

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

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

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