#03051E

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

Shades of Black Russian #03051E

Tints of Black Russian #03051E

Color information

#03051E (or 0x03051E) is unknown color: approx Black Russian. HEX triplet: 03, 05 and 1E. RGB value is (3,5,30). Sum of RGB (Red+Green+Blue) = 3+5+30=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 30 (12.11% from 255 or 78.95% from 38); Max value from RGB is 30 - color contains mainly: blue. Hex color #03051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03051E is #FCFAE1. Grayscale: #070707. Windows color (decimal): -16579298 or 1967363. OLE color: 1967363.

HSL color Cylindrical-coordinate representation of color #03051E: hue angle of 235.56º 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 #03051E is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB3530-
CMYK0.900.8300.88
HSL235.56º81.82%6.47%-
HSV(B)235.56º90%11.76%-
XYZ0.330.221.25-
YUV7.25140.84124.97-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.89%
GREEN value IS 5 (2.34% from 255) = 13.16%
BLUE value IS 30 (12.11% from 255) = 78.95%
R=7.89%
G=13.16%
B=78.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal35300.900.8300.88235.5681.826.47
Hex351E5A53058ec526
Octal353613212301303541226
Binary11101111101011010101001101011000111011001010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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