Html Css Color HEX #020115 Black Russian

📋 copy color: '#020115'

red 2 ◦ green 1 ◦ blue 21

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

Shades of Black Russian #020115

Tints of Black Russian #020115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4.17%

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

R = 8.33%
G = 4.17%
B = 87.5%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020115 (or 0x020115) is known color: Black Russian. HEX triplet: 02, 01 and 15. RGB value is (2,1,21). Sum of RGB (Red+Green+Blue) = 2+1+21=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 21 (8.59% from 255 or 87.5% from 24); Max value from RGB is 21 - color contains mainly: blue. Hex color #020115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020115 is #FDFEEA. Grayscale: #030303. Windows color (decimal): -16645867 or 1376514. OLE color: 1376514.

HSL color Cylindrical-coordinate representation of color #020115: hue angle of 243º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020115 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 1 21 -
CMYK 0.90 0.95 0 0.92
HSL 243º 0.91% 0.04% -
HSV(B) 243º 0.95% 0.08% -
XYZ 0.17 0.09 0.72 -
YUV 3.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 2 1 21 0.90 0.95 0 0.92 243 0.91 0.04
Hex 2 1 15 5A 5F 0 5C F3 5B 4
Octal 2 1 25 132 137 0 134 363 133 4
Binary 10 1 10101 1011010 1011111 0 1011100 11110011 1011011 100

Color Harmonies of #020115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020115

Black with #020115

Text Example


Text Example

White with #020115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020115; }

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

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

background-color css

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

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

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

border-color css

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

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

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