#03060D

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

Shades of Black Russian #03060D

Tints of Black Russian #03060D

Color information

#03060D (or 0x03060D) is unknown color: approx Black Russian. HEX triplet: 03, 06 and 0D. RGB value is (3,6,13). Sum of RGB (Red+Green+Blue) = 3+6+13=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 13 (5.47% from 255 or 59.09% from 22); Max value from RGB is 13 - color contains mainly: blue. Hex color #03060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03060D is #FCF9F2. Grayscale: #050505. Windows color (decimal): -16579059 or 853507. OLE color: 853507.

HSL color Cylindrical-coordinate representation of color #03060D: hue angle of 222º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #03060D is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB3613-
CMYK0.770.5400.95
HSL222º62.5%3.14%-
HSV(B)222º76.92%5.1%-
XYZ0.180.180.41-
YUV5.9132.01125.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.64%
GREEN value IS 6 (2.73% from 255) = 27.27%
BLUE value IS 13 (5.47% from 255) = 59.09%
R=13.64%
G=27.27%
B=59.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal36130.770.5400.9522262.53.14
Hex36D4D3605Fde3e3
Octal3615115660137336763
Binary1111011011001101110110010111111101111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03060D; }

 p { color: rgb(3,6,13); }

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

<style>
 a { background-color: #03060D; }

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

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

<style>
 span { border-color: #03060D; }

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

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