#03082F

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

Shades of Black Russian #03082F

Tints of Black Russian #03082F

Color information

#03082F (or 0x03082F) is unknown color: approx Black Russian. HEX triplet: 03, 08 and 2F. RGB value is (3,8,47). Sum of RGB (Red+Green+Blue) = 3+8+47=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 47 (18.75% from 255 or 81.03% from 58); Max value from RGB is 47 - color contains mainly: blue. Hex color #03082F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03082F is #FCF7D0. Grayscale: #0A0A0A. Windows color (decimal): -16578513 or 3082243. OLE color: 3082243.

HSL color Cylindrical-coordinate representation of color #03082F: hue angle of 233.18º 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 #03082F is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB3847-
CMYK0.940.8300.82
HSL233.18º88%9.8%-
HSV(B)233.18º93.62%18.43%-
XYZ0.640.42.73-
YUV10.95148.34122.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.17%
GREEN value IS 8 (3.52% from 255) = 13.79%
BLUE value IS 47 (18.75% from 255) = 81.03%
R=5.17%
G=13.79%
B=81.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal38470.940.8300.82233.18889.8
Hex382F5E53052e958a
Octal31057136123012235113012
Binary11100010111110111101010011010100101110100110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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