Html Css Color HEX #020A1B Black Russian

📋 copy color: '#020A1B'

red 2 ◦ green 10 ◦ blue 27

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

Shades of Black Russian #020A1B

Tints of Black Russian #020A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 25.64%

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

R = 5.13%
G = 25.64%
B = 69.23%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#020A1B (or 0x020A1B) is known color: Black Russian. HEX triplet: 02, 0A and 1B. RGB value is (2,10,27). Sum of RGB (Red+Green+Blue) = 2+10+27=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 10 (4.30% from 255 or 25.64% from 39); Blue value is 27 (10.94% from 255 or 69.23% from 39); Max value from RGB is 27 - color contains mainly: blue. Hex color #020A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020A1B is #FDF5E4. Grayscale: #090909. Windows color (decimal): -16643557 or 1772034. OLE color: 1772034.

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

Color convert

RGB 2 10 27 -
CMYK 0.93 0.63 0 0.89
HSL 220.8º 0.86% 0.06% -
HSV(B) 220.8º 0.93% 0.11% -
XYZ 0.33 0.31 1.08 -
YUV 9.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 2 10 27 0.93 0.63 0 0.89 220.8 0.86 0.06
Hex 2 A 1B 5D 3F 0 59 DD 56 6
Octal 2 12 33 135 77 0 131 335 126 6
Binary 10 1010 11011 1011101 111111 0 1011001 11011101 1010110 110

Color Harmonies of #020A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020A1B

Black with #020A1B

Text Example


Text Example

White with #020A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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