#03072E

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

Shades of Black Russian #03072E

Tints of Black Russian #03072E

Color information

#03072E (or 0x03072E) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 2E. RGB value is (3,7,46). Sum of RGB (Red+Green+Blue) = 3+7+46=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 46 (18.36% from 255 or 82.14% from 56); Max value from RGB is 46 - color contains mainly: blue. Hex color #03072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03072E is #FCF8D1. Grayscale: #0A0A0A. Windows color (decimal): -16578770 or 3016451. OLE color: 3016451.

HSL color Cylindrical-coordinate representation of color #03072E: hue angle of 234.42º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03072E is Cyan = 0.93, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB3746-
CMYK0.930.8500.82
HSL234.42º87.76%9.61%-
HSV(B)234.42º93.48%18.04%-
XYZ0.610.372.62-
YUV10.25148.17122.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 7 (3.12% from 255) = 12.5%
BLUE value IS 46 (18.36% from 255) = 82.14%
R=5.36%
G=12.5%
B=82.14%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal37460.930.8500.82234.4287.769.61
Hex372E5D55052ea58a
Octal3756135125012235213012
Binary1111110111010111011010101010100101110101010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03072E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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