Html Css Color HEX #020410 Black Russian

📋 copy color: '#020410'

red 2 ◦ green 4 ◦ blue 16

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

Shades of Black Russian #020410

Tints of Black Russian #020410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 18.18%

 BLUE value IS 16 (6.64% from 255) = 72.73%

R = 9.09%
G = 18.18%
B = 72.73%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#020410 (or 0x020410) is known color: Black Russian. HEX triplet: 02, 04 and 10. RGB value is (2,4,16). Sum of RGB (Red+Green+Blue) = 2+4+16=22 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.09% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 16 (6.64% from 255 or 72.73% from 22); Max value from RGB is 16 - color contains mainly: blue. Hex color #020410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020410 is #FDFBEF. Grayscale: #040404. Windows color (decimal): -16645104 or 1049602. OLE color: 1049602.

HSL color Cylindrical-coordinate representation of color #020410: hue angle of 231.43º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020410 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 2 4 16 -
CMYK 0.87 0.75 0 0.94
HSL 231.43º 0.78% 0.04% -
HSV(B) 231.43º 0.88% 0.06% -
XYZ 0.16 0.14 0.51 -
YUV 4.77 134.34 126.02 -
System Red Green Blue C M Y K H S L
Decimal 2 4 16 0.87 0.75 0 0.94 231.43 0.78 0.04
Hex 2 4 10 57 4B 0 5E E7 4E 4
Octal 2 4 20 127 113 0 136 347 116 4
Binary 10 100 10000 1010111 1001011 0 1011110 11100111 1001110 100

Color Harmonies of #020410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020410

Black with #020410

Text Example


Text Example

White with #020410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020410; }

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

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

background-color css

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

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

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

border-color css

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

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

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