Html Css Color HEX #020514 Black Russian

📋 copy color: '#020514'

red 2 ◦ green 5 ◦ blue 20

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

Shades of Black Russian #020514

Tints of Black Russian #020514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 18.52%

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

R = 7.41%
G = 18.52%
B = 74.07%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020514 (or 0x020514) is known color: Black Russian. HEX triplet: 02, 05 and 14. RGB value is (2,5,20). Sum of RGB (Red+Green+Blue) = 2+5+20=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 20 (8.20% from 255 or 74.07% from 27); Max value from RGB is 20 - color contains mainly: blue. Hex color #020514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020514 is #FDFAEB. Grayscale: #050505. Windows color (decimal): -16644844 or 1312002. OLE color: 1312002.

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

Color convert

RGB 2 5 20 -
CMYK 0.90 0.75 0 0.92
HSL 230º 0.82% 0.04% -
HSV(B) 230º 0.9% 0.08% -
XYZ 0.21 0.17 0.68 -
YUV 5.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 2 5 20 0.90 0.75 0 0.92 230 0.82 0.04
Hex 2 5 14 5A 4B 0 5C E6 52 4
Octal 2 5 24 132 113 0 134 346 122 4
Binary 10 101 10100 1011010 1001011 0 1011100 11100110 1010010 100

Color Harmonies of #020514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020514

Black with #020514

Text Example


Text Example

White with #020514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020514; }

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

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

background-color css

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

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

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

border-color css

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

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

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