Html Css Color HEX #02030A Black Russian

📋 copy color: '#02030A'

red 2 ◦ green 3 ◦ blue 10

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

Shades of Black Russian #02030A

Tints of Black Russian #02030A

RGB

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

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

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

R = 13.33%
G = 20%
B = 66.67%

CMYK

 C value IS 0.8

 M value IS 0.70

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#02030A (or 0x02030A) is known color: Black Russian. HEX triplet: 02, 03 and 0A. RGB value is (2,3,10). Sum of RGB (Red+Green+Blue) = 2+3+10=15 (1% of max value = 765). Red value is 2 (1.17% from 255 or 13.33% from 15); Green value is 3 (1.56% from 255 or 20% from 15); Blue value is 10 (4.30% from 255 or 66.67% from 15); Max value from RGB is 10 - color contains mainly: blue. Hex color #02030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02030A is #FDFCF5. Grayscale: #030303. Windows color (decimal): -16645366 or 656130. OLE color: 656130.

HSL color Cylindrical-coordinate representation of color #02030A: hue angle of 232.5º 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 #02030A is Cyan = 0.8, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 2 3 10 -
CMYK 0.8 0.70 0 0.96
HSL 232.5º 0.67% 0.02% -
HSV(B) 232.5º 0.8% 0.04% -
XYZ 0.11 0.1 0.3 -
YUV 3.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 2 3 10 0.8 0.70 0 0.96 232.5 0.67 0.02
Hex 2 3 A 50 46 0 60 E8 43 2
Octal 2 3 12 120 106 0 140 350 103 2
Binary 10 11 1010 1010000 1000110 0 1100000 11101000 1000011 10

Color Harmonies of #02030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02030A

Black with #02030A

Text Example


Text Example

White with #02030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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