Html Css Color HEX #02020B Black Russian

📋 copy color: '#02020B'

red 2 ◦ green 2 ◦ blue 11

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

Shades of Black Russian #02020B

Tints of Black Russian #02020B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 73.33%

R = 13.33%
G = 13.33%
B = 73.33%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#02020B (or 0x02020B) is known color: Black Russian. HEX triplet: 02, 02 and 0B. RGB value is (2,2,11). Sum of RGB (Red+Green+Blue) = 2+2+11=15 (1% of max value = 765). Red value is 2 (1.17% from 255 or 13.33% from 15); Green value is 2 (1.17% from 255 or 13.33% from 15); Blue value is 11 (4.69% from 255 or 73.33% from 15); Max value from RGB is 11 - color contains mainly: blue. Hex color #02020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02020B is #FDFDF4. Grayscale: #020202. Windows color (decimal): -16645621 or 721410. OLE color: 721410.

HSL color Cylindrical-coordinate representation of color #02020B: hue angle of 240º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #02020B is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 2 2 11 -
CMYK 0.82 0.82 0 0.96
HSL 240º 0.69% 0.03% -
HSV(B) 240º 0.82% 0.04% -
XYZ 0.11 0.08 0.33 -
YUV 3.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 2 2 11 0.82 0.82 0 0.96 240 0.69 0.03
Hex 2 2 B 52 52 0 60 F0 45 3
Octal 2 2 13 122 122 0 140 360 105 3
Binary 10 10 1011 1010010 1010010 0 1100000 11110000 1000101 11

Color Harmonies of #02020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02020B

Black with #02020B

Text Example


Text Example

White with #02020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02020B; }

 p { color: rgb(2,2,11); }

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

background-color css

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

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

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

border-color css

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

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

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