#03060F

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

Shades of Black Russian #03060F

Tints of Black Russian #03060F

Color information

#03060F (or 0x03060F) is unknown color: approx Black Russian. HEX triplet: 03, 06 and 0F. RGB value is (3,6,15). Sum of RGB (Red+Green+Blue) = 3+6+15=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 15 (6.25% from 255 or 62.5% from 24); Max value from RGB is 15 - color contains mainly: blue. Hex color #03060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03060F is #FCF9F0. Grayscale: #060606. Windows color (decimal): -16579057 or 984579. OLE color: 984579.

HSL color Cylindrical-coordinate representation of color #03060F: hue angle of 225º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #03060F is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB3615-
CMYK0.800.6000.94
HSL225º66.67%3.53%-
HSV(B)225º80%5.88%-
XYZ0.190.180.48-
YUV6.13133.01125.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12.5%
GREEN value IS 6 (2.73% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 62.5%
R=12.5%
G=25%
B=62.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal36150.800.6000.9422566.673.53
Hex36F503C05Ee1434
Octal36171207401363411034
Binary111101111101000011110001011110111000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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