Html Css Color HEX #020615 Black Russian

📋 copy color: '#020615'

red 2 ◦ green 6 ◦ blue 21

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

Shades of Black Russian #020615

Tints of Black Russian #020615

RGB

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

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

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

R = 6.9%
G = 20.69%
B = 72.41%

CMYK

 C value IS 0.90

 M value IS 0.71

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020615 (or 0x020615) is known color: Black Russian. HEX triplet: 02, 06 and 15. RGB value is (2,6,21). Sum of RGB (Red+Green+Blue) = 2+6+21=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 21 (8.59% from 255 or 72.41% from 29); Max value from RGB is 21 - color contains mainly: blue. Hex color #020615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020615 is #FDF9EA. Grayscale: #060606. Windows color (decimal): -16644587 or 1377794. OLE color: 1377794.

HSL color Cylindrical-coordinate representation of color #020615: hue angle of 227.37º 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 #020615 is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 6 21 -
CMYK 0.90 0.71 0 0.92
HSL 227.37º 0.83% 0.05% -
HSV(B) 227.37º 0.9% 0.08% -
XYZ 0.23 0.2 0.74 -
YUV 6.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 2 6 21 0.90 0.71 0 0.92 227.37 0.83 0.05
Hex 2 6 15 5A 47 0 5C E3 53 5
Octal 2 6 25 132 107 0 134 343 123 5
Binary 10 110 10101 1011010 1000111 0 1011100 11100011 1010011 101

Color Harmonies of #020615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020615

Black with #020615

Text Example


Text Example

White with #020615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020615; }

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

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

background-color css

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

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

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

border-color css

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

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

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