Html Css Color HEX #020B1B Black Russian

📋 copy color: '#020B1B'

red 2 ◦ green 11 ◦ blue 27

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

Shades of Black Russian #020B1B

Tints of Black Russian #020B1B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 27.5%

 BLUE value IS 27 (10.94% from 255) = 67.5%

R = 5%
G = 27.5%
B = 67.5%

CMYK

 C value IS 0.93

 M value IS 0.59

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#020B1B (or 0x020B1B) is known color: Black Russian. HEX triplet: 02, 0B and 1B. RGB value is (2,11,27). Sum of RGB (Red+Green+Blue) = 2+11+27=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 27 (10.94% from 255 or 67.5% from 40); Max value from RGB is 27 - color contains mainly: blue. Hex color #020B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B1B is #FDF4E4. Grayscale: #0A0A0A. Windows color (decimal): -16643301 or 1772290. OLE color: 1772290.

HSL color Cylindrical-coordinate representation of color #020B1B: hue angle of 218.4º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020B1B is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 11 27 -
CMYK 0.93 0.59 0 0.89
HSL 218.4º 0.86% 0.06% -
HSV(B) 218.4º 0.93% 0.11% -
XYZ 0.34 0.33 1.08 -
YUV 10.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 2 11 27 0.93 0.59 0 0.89 218.4 0.86 0.06
Hex 2 B 1B 5D 3B 0 59 DA 56 6
Octal 2 13 33 135 73 0 131 332 126 6
Binary 10 1011 11011 1011101 111011 0 1011001 11011010 1010110 110

Color Harmonies of #020B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020B1B

Black with #020B1B

Text Example


Text Example

White with #020B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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