#05082A

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

Shades of Black Russian #05082A

Tints of Black Russian #05082A

Color information

#05082A (or 0x05082A) is unknown color: approx Black Russian. HEX triplet: 05, 08 and 2A. RGB value is (5,8,42). Sum of RGB (Red+Green+Blue) = 5+8+42=55 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.09% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 42 (16.80% from 255 or 76.36% from 55); Max value from RGB is 42 - color contains mainly: blue. Hex color #05082A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05082A is #FAF7D5. Grayscale: #0A0A0A. Windows color (decimal): -16447446 or 2754565. OLE color: 2754565.

HSL color Cylindrical-coordinate representation of color #05082A: hue angle of 235.14º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05082A is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB5842-
CMYK0.880.8100.84
HSL235.14º78.72%9.22%-
HSV(B)235.14º88.1%16.47%-
XYZ0.570.372.23-
YUV10.98145.51123.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.09%
GREEN value IS 8 (3.52% from 255) = 14.55%
BLUE value IS 42 (16.80% from 255) = 76.36%
R=9.09%
G=14.55%
B=76.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal58420.880.8100.84235.1478.729.22
Hex582A5851054eb4f9
Octal51052130121012435311711
Binary101100010101010110001010001010101001110101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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