#03071E

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

Shades of Black Russian #03071E

Tints of Black Russian #03071E

Color information

#03071E (or 0x03071E) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 1E. RGB value is (3,7,30). Sum of RGB (Red+Green+Blue) = 3+7+30=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 30 (12.11% from 255 or 75% from 40); Max value from RGB is 30 - color contains mainly: blue. Hex color #03071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03071E is #FCF8E1. Grayscale: #080808. Windows color (decimal): -16578786 or 1967875. OLE color: 1967875.

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

Color convert

RGB3730-
CMYK0.900.7700.88
HSL231.11º81.82%6.47%-
HSV(B)231.11º90%11.76%-
XYZ0.350.271.26-
YUV8.43140.17124.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.5%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 30 (12.11% from 255) = 75%
R=7.5%
G=17.5%
B=75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal37300.900.7700.88231.1181.826.47
Hex371E5A4D058e7526
Octal373613211501303471226
Binary11111111101011010100110101011000111001111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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