Html Css Color HEX #020204 Black Russian

📋 copy color: '#020204'

red 2 ◦ green 2 ◦ blue 4

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

Shades of Black Russian #020204

Tints of Black Russian #020204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 25%

 BLUE value IS 4 (1.95% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.5

 M value IS 0.5

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#020204 (or 0x020204) is known color: Black Russian. HEX triplet: 02, 02 and 04. RGB value is (2,2,4). Sum of RGB (Red+Green+Blue) = 2+2+4=8 (1% of max value = 765). Red value is 2 (1.17% from 255 or 25% from 8); Green value is 2 (1.17% from 255 or 25% from 8); Blue value is 4 (1.95% from 255 or 50% from 8); Max value from RGB is 4 - color contains mainly: blue. Hex color #020204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020204 is #FDFDFB. Grayscale: #020202. Windows color (decimal): -16645628 or 262658. OLE color: 262658.

HSL color Cylindrical-coordinate representation of color #020204: hue angle of 240º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #020204 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 2 2 4 -
CMYK 0.5 0.5 0 0.98
HSL 240º 0.33% 0.01% -
HSV(B) 240º 0.5% 0.02% -
XYZ 0.07 0.07 0.12 -
YUV 2.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 2 2 4 0.5 0.5 0 0.98 240 0.33 0.01
Hex 2 2 4 32 32 0 62 F0 21 1
Octal 2 2 4 62 62 0 142 360 41 1
Binary 10 10 100 110010 110010 0 1100010 11110000 100001 1

Color Harmonies of #020204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020204

Black with #020204

Text Example


Text Example

White with #020204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020204; }

 p { color: rgb(2,2,4); }

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

background-color css

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

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

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

border-color css

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

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

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