#03031C

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

Shades of Black Russian #03031C

Tints of Black Russian #03031C

Color information

#03031C (or 0x03031C) is unknown color: approx Black Russian. HEX triplet: 03, 03 and 1C. RGB value is (3,3,28). Sum of RGB (Red+Green+Blue) = 3+3+28=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 28 (11.33% from 255 or 82.35% from 34); Max value from RGB is 28 - color contains mainly: blue. Hex color #03031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03031C is #FCFCE3. Grayscale: #050505. Windows color (decimal): -16579812 or 1835779. OLE color: 1835779.

HSL color Cylindrical-coordinate representation of color #03031C: hue angle of 240º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #03031C is Cyan = 0.89, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB3328-
CMYK0.890.8900.89
HSL240º80.65%6.08%-
HSV(B)240º89.29%10.98%-
XYZ0.280.171.12-
YUV5.85140.5125.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.82%
GREEN value IS 3 (1.56% from 255) = 8.82%
BLUE value IS 28 (11.33% from 255) = 82.35%
R=8.82%
G=8.82%
B=82.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal33280.890.8900.8924080.656.08
Hex331C5959059f0516
Octal333413113101313601216
Binary1111111001011001101100101011001111100001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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