Html Css Color HEX #020305 Black Russian

📋 copy color: '#020305'

red 2 ◦ green 3 ◦ blue 5

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

Shades of Black Russian #020305

Tints of Black Russian #020305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 30%

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

R = 20%
G = 30%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#020305 (or 0x020305) is known color: Black Russian. HEX triplet: 02, 03 and 05. RGB value is (2,3,5). Sum of RGB (Red+Green+Blue) = 2+3+5=10 (1% of max value = 765). Red value is 2 (1.17% from 255 or 20% from 10); Green value is 3 (1.56% from 255 or 30% from 10); Blue value is 5 (2.34% from 255 or 50% from 10); Max value from RGB is 5 - color contains mainly: blue. Hex color #020305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020305 is #FDFCFA. Grayscale: #020202. Windows color (decimal): -16645371 or 328450. OLE color: 328450.

HSL color Cylindrical-coordinate representation of color #020305: hue angle of 220º 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 #020305 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 2 3 5 -
CMYK 0.60 0.40 0 0.98
HSL 220º 0.43% 0.01% -
HSV(B) 220º 0.6% 0.02% -
XYZ 0.08 0.09 0.16 -
YUV 2.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 2 3 5 0.60 0.40 0 0.98 220 0.43 0.01
Hex 2 3 5 3C 28 0 62 DC 2B 1
Octal 2 3 5 74 50 0 142 334 53 1
Binary 10 11 101 111100 101000 0 1100010 11011100 101011 1

Color Harmonies of #020305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020305

Black with #020305

Text Example


Text Example

White with #020305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020305; }

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

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

background-color css

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

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

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

border-color css

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

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

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