#03040C

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

Shades of Black Russian #03040C

Tints of Black Russian #03040C

Color information

#03040C (or 0x03040C) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 0C. RGB value is (3,4,12). Sum of RGB (Red+Green+Blue) = 3+4+12=19 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15.79% from 19); Green value is 4 (1.95% from 255 or 21.05% from 19); Blue value is 12 (5.08% from 255 or 63.16% from 19); Max value from RGB is 12 - color contains mainly: blue. Hex color #03040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03040C is #FCFBF3. Grayscale: #040404. Windows color (decimal): -16579572 or 787459. OLE color: 787459.

HSL color Cylindrical-coordinate representation of color #03040C: hue angle of 233.33º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #03040C is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB3412-
CMYK0.750.6700.95
HSL233.33º60%2.94%-
HSV(B)233.33º75%4.71%-
XYZ0.150.130.37-
YUV4.61132.17126.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 15.79%
GREEN value IS 4 (1.95% from 255) = 21.05%
BLUE value IS 12 (5.08% from 255) = 63.16%
R=15.79%
G=21.05%
B=63.16%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal34120.750.6700.95233.33602.94
Hex34C4B4305Fe93c3
Octal34141131030137351743
Binary11100110010010111000011010111111110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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