#03042C

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

Shades of Black Russian #03042C

Tints of Black Russian #03042C

Color information

#03042C (or 0x03042C) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 2C. RGB value is (3,4,44). Sum of RGB (Red+Green+Blue) = 3+4+44=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 44 (17.58% from 255 or 86.27% from 51); Max value from RGB is 44 - color contains mainly: blue. Hex color #03042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03042C is #FCFBD3. Grayscale: #080808. Windows color (decimal): -16579540 or 2884611. OLE color: 2884611.

HSL color Cylindrical-coordinate representation of color #03042C: hue angle of 238.54º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03042C is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB3444-
CMYK0.930.9100.83
HSL238.54º87.23%9.22%-
HSV(B)238.54º93.18%17.25%-
XYZ0.540.292.41-
YUV8.26148.17124.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 44 (17.58% from 255) = 86.27%
R=5.88%
G=7.84%
B=86.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal34440.930.9100.83238.5487.239.22
Hex342C5D5B053ef579
Octal3454135133012335712711
Binary1110010110010111011011011010100111110111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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