#05082D

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

Shades of Black Russian #05082D

Tints of Black Russian #05082D

Color information

#05082D (or 0x05082D) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 2D. RGB value is (5,8,45). Sum of RGB (Red+Green+Blue) = 5+8+45=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 45 (17.97% from 255 or 77.59% from 58); Max value from RGB is 45 - color contains mainly: blue. Hex color #05082D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05082D is #FAF7D2. Grayscale: #0B0B0B. Windows color (decimal): -16447443 or 2951173. OLE color: 2951173.

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

Color convert

RGB5845-
CMYK0.890.8200.82
HSL235.5º80%9.8%-
HSV(B)235.5º88.89%17.65%-
XYZ0.620.42.53-
YUV11.32147.01123.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.62%
GREEN value IS 8 (3.52% from 255) = 13.79%
BLUE value IS 45 (17.97% from 255) = 77.59%
R=8.62%
G=13.79%
B=77.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal58450.890.8200.82235.5809.8
Hex582D5952052ec50a
Octal51055131122012235412012
Binary101100010110110110011010010010100101110110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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