#03030A

Color #03030A Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #03030A

Tints of Black Russian #03030A

Color information

#03030A (or 0x03030A) is unknown color: approx Black Russian. HEX triplet: 03, 03 and 0A. RGB value is (3,3,10). Sum of RGB (Red+Green+Blue) = 3+3+10=16 (2% of max value = 765). Red value is 3 (1.56% from 255 or 18.75% from 16); Green value is 3 (1.56% from 255 or 18.75% 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 #03030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03030A is #FCFCF5. Grayscale: #030303. Windows color (decimal): -16579830 or 656131. OLE color: 656131.

HSL color Cylindrical-coordinate representation of color #03030A: hue angle of 240º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #03030A is Cyan = 0.70, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB3310-
CMYK0.700.7000.96
HSL240º53.85%2.55%-
HSV(B)240º70%3.92%-
XYZ0.120.110.3-
YUV3.8131.5127.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 18.75%
GREEN value IS 3 (1.56% from 255) = 18.75%
BLUE value IS 10 (4.30% from 255) = 62.5%
R=18.75%
G=18.75%
B=62.5%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal33100.700.7000.9624053.852.55
Hex33A4646060f0363
Octal33121061060140360663
Binary1111101010001101000110011000001111000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03030A;
 }
 .AnyTagClassName
 {
   color: #03030A;
 }
</style>
background-color css

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

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

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

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

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

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