#03020F

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

Shades of Black Russian #03020F

Tints of Black Russian #03020F

Color information

#03020F (or 0x03020F) is unknown color: approx Black Russian. HEX triplet: 03, 02 and 0F. RGB value is (3,2,15). Sum of RGB (Red+Green+Blue) = 3+2+15=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 15 (6.25% from 255 or 75% from 20); Max value from RGB is 15 - color contains mainly: blue. Hex color #03020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03020F is #FCFDF0. Grayscale: #030303. Windows color (decimal): -16580081 or 983555. OLE color: 983555.

HSL color Cylindrical-coordinate representation of color #03020F: hue angle of 244.62º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #03020F is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB3215-
CMYK0.800.8700.94
HSL244.62º76.47%3.33%-
HSV(B)244.62º86.67%5.88%-
XYZ0.150.10.46-
YUV3.78134.33127.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 15%
GREEN value IS 2 (1.17% from 255) = 10%
BLUE value IS 15 (6.25% from 255) = 75%
R=15%
G=10%
B=75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal32150.800.8700.94244.6276.473.33
Hex32F505705Ef54c3
Octal321712012701363651143
Binary11101111101000010101110101111011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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