#03032D

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

Shades of Black Russian #03032D

Tints of Black Russian #03032D

Color information

#03032D (or 0x03032D) is unknown color: approx Black Russian. HEX triplet: 03, 03 and 2D. RGB value is (3,3,45). Sum of RGB (Red+Green+Blue) = 3+3+45=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 45 (17.97% from 255 or 88.24% from 51); Max value from RGB is 45 - color contains mainly: blue. Hex color #03032D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03032D is #FCFCD2. Grayscale: #070707. Windows color (decimal): -16579795 or 2949891. OLE color: 2949891.

HSL color Cylindrical-coordinate representation of color #03032D: hue angle of 240º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03032D is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB3345-
CMYK0.930.9300.82
HSL240º87.5%9.41%-
HSV(B)240º93.33%17.65%-
XYZ0.540.272.51-
YUV7.79149124.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 3 (1.56% from 255) = 5.88%
BLUE value IS 45 (17.97% from 255) = 88.24%
R=5.88%
G=5.88%
B=88.24%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal33450.930.9300.8224087.59.41
Hex332D5D5D052f0589
Octal3355135135012236013011
Binary111110110110111011011101010100101111000010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,3,45); }

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

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

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

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

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

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

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