Html Css Color HEX #020205 Black Russian

📋 copy color: '#020205'

red 2 ◦ green 2 ◦ blue 5

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

Shades of Black Russian #020205

Tints of Black Russian #020205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 55.56%

R = 22.22%
G = 22.22%
B = 55.56%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#020205 (or 0x020205) is known color: Black Russian. HEX triplet: 02, 02 and 05. RGB value is (2,2,5). Sum of RGB (Red+Green+Blue) = 2+2+5=9 (1% of max value = 765). Red value is 2 (1.17% from 255 or 22.22% from 9); Green value is 2 (1.17% from 255 or 22.22% from 9); Blue value is 5 (2.34% from 255 or 55.56% from 9); Max value from RGB is 5 - color contains mainly: blue. Hex color #020205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020205 is #FDFDFA. Grayscale: #020202. Windows color (decimal): -16645627 or 328194. OLE color: 328194.

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

Color convert

RGB 2 2 5 -
CMYK 0.60 0.60 0 0.98
HSL 240º 0.43% 0.01% -
HSV(B) 240º 0.6% 0.02% -
XYZ 0.07 0.07 0.15 -
YUV 2.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 2 2 5 0.60 0.60 0 0.98 240 0.43 0.01
Hex 2 2 5 3C 3C 0 62 F0 2B 1
Octal 2 2 5 74 74 0 142 360 53 1
Binary 10 10 101 111100 111100 0 1100010 11110000 101011 1

Color Harmonies of #020205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020205

Black with #020205

Text Example


Text Example

White with #020205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020205; }

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

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

background-color css

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

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

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

border-color css

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

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

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