Html Css Color HEX #020611 Black Russian

📋 copy color: '#020611'

red 2 ◦ green 6 ◦ blue 17

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

Shades of Black Russian #020611

Tints of Black Russian #020611

RGB

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

 GREEN value IS 6 (2.73% from 255) = 24%

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

R = 8%
G = 24%
B = 68%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#020611 (or 0x020611) is known color: Black Russian. HEX triplet: 02, 06 and 11. RGB value is (2,6,17). Sum of RGB (Red+Green+Blue) = 2+6+17=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 17 (7.03% from 255 or 68% from 25); Max value from RGB is 17 - color contains mainly: blue. Hex color #020611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020611 is #FDF9EE. Grayscale: #060606. Windows color (decimal): -16644591 or 1115650. OLE color: 1115650.

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

Color convert

RGB 2 6 17 -
CMYK 0.88 0.65 0 0.93
HSL 224º 0.79% 0.04% -
HSV(B) 224º 0.88% 0.07% -
XYZ 0.19 0.18 0.56 -
YUV 6.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 2 6 17 0.88 0.65 0 0.93 224 0.79 0.04
Hex 2 6 11 58 41 0 5D E0 4F 4
Octal 2 6 21 130 101 0 135 340 117 4
Binary 10 110 10001 1011000 1000001 0 1011101 11100000 1001111 100

Color Harmonies of #020611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020611

Black with #020611

Text Example


Text Example

White with #020611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020611; }

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

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

background-color css

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

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

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

border-color css

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

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

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