#03081C

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

Shades of Black Russian #03081C

Tints of Black Russian #03081C

Color information

#03081C (or 0x03081C) is unknown color: approx Black Russian. HEX triplet: 03, 08 and 1C. RGB value is (3,8,28). Sum of RGB (Red+Green+Blue) = 3+8+28=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 28 (11.33% from 255 or 71.79% from 39); Max value from RGB is 28 - color contains mainly: blue. Hex color #03081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03081C is #FCF7E3. Grayscale: #080808. Windows color (decimal): -16578532 or 1837059. OLE color: 1837059.

HSL color Cylindrical-coordinate representation of color #03081C: hue angle of 228º 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 #03081C is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB3828-
CMYK0.890.7100.89
HSL228º80.65%6.08%-
HSV(B)228º89.29%10.98%-
XYZ0.330.281.13-
YUV8.78138.84123.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.69%
GREEN value IS 8 (3.52% from 255) = 20.51%
BLUE value IS 28 (11.33% from 255) = 71.79%
R=7.69%
G=20.51%
B=71.79%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal38280.890.7100.8922880.656.08
Hex381C5947059e4516
Octal3103413110701313441216
Binary111000111001011001100011101011001111001001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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