Html Css Color HEX #02040A Black Russian

📋 copy color: '#02040A'

red 2 ◦ green 4 ◦ blue 10

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

Shades of Black Russian #02040A

Tints of Black Russian #02040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 62.5%

R = 12.5%
G = 25%
B = 62.5%

CMYK

 C value IS 0.8

 M value IS 0.6

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#02040A (or 0x02040A) is known color: Black Russian. HEX triplet: 02, 04 and 0A. RGB value is (2,4,10). Sum of RGB (Red+Green+Blue) = 2+4+10=16 (2% of max value = 765). Red value is 2 (1.17% from 255 or 12.5% from 16); Green value is 4 (1.95% from 255 or 25% from 16); Blue value is 10 (4.30% from 255 or 62.5% from 16); Max value from RGB is 10 - color contains mainly: blue. Hex color #02040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02040A is #FDFBF5. Grayscale: #040404. Windows color (decimal): -16645110 or 656386. OLE color: 656386.

HSL color Cylindrical-coordinate representation of color #02040A: hue angle of 225º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #02040A is Cyan = 0.8, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 2 4 10 -
CMYK 0.8 0.6 0 0.96
HSL 225º 0.67% 0.02% -
HSV(B) 225º 0.8% 0.04% -
XYZ 0.12 0.12 0.3 -
YUV 4.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 2 4 10 0.8 0.6 0 0.96 225 0.67 0.02
Hex 2 4 A 50 3C 0 60 E1 43 2
Octal 2 4 12 120 74 0 140 341 103 2
Binary 10 100 1010 1010000 111100 0 1100000 11100001 1000011 10

Color Harmonies of #02040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02040A

Black with #02040A

Text Example


Text Example

White with #02040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02040A; }

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

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

background-color css

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

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

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

border-color css

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

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

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