Html Css Color HEX #020715 Black Russian

📋 copy color: '#020715'

red 2 ◦ green 7 ◦ blue 21

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

Shades of Black Russian #020715

Tints of Black Russian #020715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 23.33%

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

R = 6.67%
G = 23.33%
B = 70%

CMYK

 C value IS 0.90

 M value IS 0.67

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020715 (or 0x020715) is known color: Black Russian. HEX triplet: 02, 07 and 15. RGB value is (2,7,21). Sum of RGB (Red+Green+Blue) = 2+7+21=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 21 (8.59% from 255 or 70% from 30); Max value from RGB is 21 - color contains mainly: blue. Hex color #020715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020715 is #FDF8EA. Grayscale: #070707. Windows color (decimal): -16644331 or 1378050. OLE color: 1378050.

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

Color convert

RGB 2 7 21 -
CMYK 0.90 0.67 0 0.92
HSL 224.21º 0.83% 0.05% -
HSV(B) 224.21º 0.9% 0.08% -
XYZ 0.24 0.22 0.74 -
YUV 7.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 2 7 21 0.90 0.67 0 0.92 224.21 0.83 0.05
Hex 2 7 15 5A 43 0 5C E0 53 5
Octal 2 7 25 132 103 0 134 340 123 5
Binary 10 111 10101 1011010 1000011 0 1011100 11100000 1010011 101

Color Harmonies of #020715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020715

Black with #020715

Text Example


Text Example

White with #020715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020715; }

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

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

background-color css

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

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

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

border-color css

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

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

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