Html Css Color HEX #020114 Black Russian

📋 copy color: '#020114'

red 2 ◦ green 1 ◦ blue 20

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

Shades of Black Russian #020114

Tints of Black Russian #020114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 86.96%

R = 8.7%
G = 4.35%
B = 86.96%

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

#020114 (or 0x020114) is known color: Black Russian. HEX triplet: 02, 01 and 14. RGB value is (2,1,20). Sum of RGB (Red+Green+Blue) = 2+1+20=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 20 (8.20% from 255 or 86.96% from 23); Max value from RGB is 20 - color contains mainly: blue. Hex color #020114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020114 is #FDFEEB. Grayscale: #030303. Windows color (decimal): -16645868 or 1310978. OLE color: 1310978.

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

Color convert

RGB 2 1 20 -
CMYK 0.90 0.95 0 0.92
HSL 243.16º 0.9% 0.04% -
HSV(B) 243.16º 0.95% 0.08% -
XYZ 0.16 0.09 0.67 -
YUV 3.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 2 1 20 0.90 0.95 0 0.92 243.16 0.9 0.04
Hex 2 1 14 5A 5F 0 5C F3 5A 4
Octal 2 1 24 132 137 0 134 363 132 4
Binary 10 1 10100 1011010 1011111 0 1011100 11110011 1011010 100

Color Harmonies of #020114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020114

Black with #020114

Text Example


Text Example

White with #020114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020114; }

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

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

background-color css

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

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

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

border-color css

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

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

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