#03040A

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

Shades of Black Russian #03040A

Tints of Black Russian #03040A

Color information

#03040A (or 0x03040A) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 0A. RGB value is (3,4,10). Sum of RGB (Red+Green+Blue) = 3+4+10=17 (2% of max value = 765). Red value is 3 (1.56% from 255 or 17.65% from 17); Green value is 4 (1.95% from 255 or 23.53% from 17); Blue value is 10 (4.30% from 255 or 58.82% from 17); Max value from RGB is 10 - color contains mainly: blue. Hex color #03040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03040A is #FCFBF5. Grayscale: #040404. Windows color (decimal): -16579574 or 656387. OLE color: 656387.

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

Color convert

RGB3410-
CMYK0.700.600.96
HSL231.43º53.85%2.55%-
HSV(B)231.43º70%3.92%-
XYZ0.140.130.3-
YUV4.38131.17127.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 17.65%
GREEN value IS 4 (1.95% from 255) = 23.53%
BLUE value IS 10 (4.30% from 255) = 58.82%
R=17.65%
G=23.53%
B=58.82%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal34100.700.600.96231.4353.852.55
Hex34A463C060e7363
Octal3412106740140347663
Binary1110010101000110111100011000001110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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