#03072F

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

Shades of Black Russian #03072F

Tints of Black Russian #03072F

Color information

#03072F (or 0x03072F) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 2F. RGB value is (3,7,47). Sum of RGB (Red+Green+Blue) = 3+7+47=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 47 (18.75% from 255 or 82.46% from 57); Max value from RGB is 47 - color contains mainly: blue. Hex color #03072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03072F is #FCF8D0. Grayscale: #0A0A0A. Windows color (decimal): -16578769 or 3081987. OLE color: 3081987.

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

Color convert

RGB3747-
CMYK0.940.8500.82
HSL234.55º88%9.8%-
HSV(B)234.55º93.62%18.43%-
XYZ0.630.382.73-
YUV10.36148.67122.75-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.26%
GREEN value IS 7 (3.12% from 255) = 12.28%
BLUE value IS 47 (18.75% from 255) = 82.46%
R=5.26%
G=12.28%
B=82.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal37470.940.8500.82234.55889.8
Hex372F5E55052eb58a
Octal3757136125012235313012
Binary1111110111110111101010101010100101110101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03072F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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