Html Css Color HEX #02000A Black Russian

📋 copy color: '#02000A'

red 2 ◦ green 0 ◦ blue 10

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

Shades of Black Russian #02000A

Tints of Black Russian #02000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 16.67%
G = 0%
B = 83.33%

CMYK

 C value IS 0.8

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#02000A (or 0x02000A) is known color: Black Russian. HEX triplet: 02, 00 and 0A. RGB value is (2,0,10). Sum of RGB (Red+Green+Blue) = 2+0+10=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 0 (0.39% from 255 or 0% from 12); Blue value is 10 (4.30% from 255 or 83.33% from 12); Max value from RGB is 10 - color contains mainly: blue. Hex color #02000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02000A is #FDFFF5. Grayscale: #010101. Windows color (decimal): -16646134 or 655362. OLE color: 655362.

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

Color convert

RGB 2 0 10 -
CMYK 0.8 1 0 0.96
HSL 252º 1% 0.02% -
HSV(B) 252º 1% 0.04% -
XYZ 0.08 0.03 0.29 -
YUV 1.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 2 0 10 0.8 1 0 0.96 252 1 0.02
Hex 2 0 A 50 64 0 60 FC 64 2
Octal 2 0 12 120 144 0 140 374 144 2
Binary 10 0 1010 1010000 1100100 0 1100000 11111100 1100100 10

Color Harmonies of #02000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02000A

Black with #02000A

Text Example


Text Example

White with #02000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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