#03082D

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

Shades of Black Russian #03082D

Tints of Black Russian #03082D

Color information

#03082D (or 0x03082D) is unknown color: approx Black Russian. HEX triplet: 03, 08 and 2D. RGB value is (3,8,45). Sum of RGB (Red+Green+Blue) = 3+8+45=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 45 (17.97% from 255 or 80.36% from 56); Max value from RGB is 45 - color contains mainly: blue. Hex color #03082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03082D is #FCF7D2. Grayscale: #0A0A0A. Windows color (decimal): -16578515 or 2951171. OLE color: 2951171.

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

Color convert

RGB3845-
CMYK0.930.8200.82
HSL232.86º87.5%9.41%-
HSV(B)232.86º93.33%17.65%-
XYZ0.60.382.52-
YUV10.72147.34122.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.36%
GREEN value IS 8 (3.52% from 255) = 14.29%
BLUE value IS 45 (17.97% from 255) = 80.36%
R=5.36%
G=14.29%
B=80.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal38450.930.8200.82232.8687.59.41
Hex382D5D52052e9589
Octal31055135122012235113011
Binary11100010110110111011010010010100101110100110110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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