#03081E

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

Shades of Black Russian #03081E

Tints of Black Russian #03081E

Color information

#03081E (or 0x03081E) is unknown color: approx Black Russian. HEX triplet: 03, 08 and 1E. RGB value is (3,8,30). Sum of RGB (Red+Green+Blue) = 3+8+30=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #03081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03081E is #FCF7E1. Grayscale: #080808. Windows color (decimal): -16578530 or 1968131. OLE color: 1968131.

HSL color Cylindrical-coordinate representation of color #03081E: hue angle of 228.89º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03081E is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB3830-
CMYK0.900.7300.88
HSL228.89º81.82%6.47%-
HSV(B)228.89º90%11.76%-
XYZ0.360.291.26-
YUV9.01139.84123.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 8 (3.52% from 255) = 19.51%
BLUE value IS 30 (12.11% from 255) = 73.17%
R=7.32%
G=19.51%
B=73.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal38300.900.7300.88228.8981.826.47
Hex381E5A49058e5526
Octal3103613211101303451226
Binary111000111101011010100100101011000111001011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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