Html Css Color HEX #03020A Black Russian

📋 copy color: '#03020A'

red 3 ◦ green 2 ◦ blue 10

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

Shades of Black Russian #03020A

Tints of Black Russian #03020A

RGB

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

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

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

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

CMYK

 C value IS 0.70

 M value IS 0.8

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#03020A (or 0x03020A) is known color: Black Russian. HEX triplet: 03, 02 and 0A. RGB value is (3,2,10). Sum of RGB (Red+Green+Blue) = 3+2+10=15 (1% of max value = 765). Red value is 3 (1.56% from 255 or 20% from 15); Green value is 2 (1.17% from 255 or 13.33% 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 #03020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03020A is #FCFDF5. Grayscale: #030303. Windows color (decimal): -16580086 or 655875. OLE color: 655875.

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

Color convert

RGB 3 2 10 -
CMYK 0.70 0.8 0 0.96
HSL 247.5º 0.67% 0.02% -
HSV(B) 247.5º 0.8% 0.04% -
XYZ 0.11 0.08 0.3 -
YUV 3.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 3 2 10 0.70 0.8 0 0.96 247.5 0.67 0.02
Hex 3 2 A 46 50 0 60 F8 43 2
Octal 3 2 12 106 120 0 140 370 103 2
Binary 11 10 1010 1000110 1010000 0 1100000 11111000 1000011 10

Color Harmonies of #03020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03020A

Black with #03020A

Text Example


Text Example

White with #03020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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