Html Css Color HEX #020815 Black Russian

📋 copy color: '#020815'

red 2 ◦ green 8 ◦ blue 21

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

Shades of Black Russian #020815

Tints of Black Russian #020815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 25.81%

 BLUE value IS 21 (8.59% from 255) = 67.74%

R = 6.45%
G = 25.81%
B = 67.74%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020815 (or 0x020815) is known color: Black Russian. HEX triplet: 02, 08 and 15. RGB value is (2,8,21). Sum of RGB (Red+Green+Blue) = 2+8+21=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 21 (8.59% from 255 or 67.74% from 31); Max value from RGB is 21 - color contains mainly: blue. Hex color #020815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020815 is #FDF7EA. Grayscale: #070707. Windows color (decimal): -16644075 or 1378306. OLE color: 1378306.

HSL color Cylindrical-coordinate representation of color #020815: hue angle of 221.05º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020815 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 8 21 -
CMYK 0.90 0.62 0 0.92
HSL 221.05º 0.83% 0.05% -
HSV(B) 221.05º 0.9% 0.08% -
XYZ 0.25 0.24 0.74 -
YUV 7.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 2 8 21 0.90 0.62 0 0.92 221.05 0.83 0.05
Hex 2 8 15 5A 3E 0 5C DD 53 5
Octal 2 10 25 132 76 0 134 335 123 5
Binary 10 1000 10101 1011010 111110 0 1011100 11011101 1010011 101

Color Harmonies of #020815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020815

Black with #020815

Text Example


Text Example

White with #020815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020815; }

 p { color: rgb(2,8,21); }

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

background-color css

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

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

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

border-color css

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

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

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