#080533

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

Shades of Black Russian #080533

Tints of Black Russian #080533

Color information

#080533 (or 0x080533) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 33. RGB value is (8,5,51). Sum of RGB (Red+Green+Blue) = 8+5+51=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 51 (20.31% from 255 or 79.69% from 64); Max value from RGB is 51 - color contains mainly: blue. Hex color #080533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080533 is #F7FACC. Grayscale: #0A0A0A. Windows color (decimal): -16251597 or 3343624. OLE color: 3343624.

HSL color Cylindrical-coordinate representation of color #080533: hue angle of 243.91º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080533 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB8551-
CMYK0.840.9000.8
HSL243.91º82.14%10.98%-
HSV(B)243.91º90.2%20%-
XYZ0.750.43.17-
YUV11.14150.49125.76-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 5 (2.34% from 255) = 7.81%
BLUE value IS 51 (20.31% from 255) = 79.69%
R=12.5%
G=7.81%
B=79.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal85510.840.9000.8243.9182.1410.98
Hex8533545A050f452b
Octal10563124132012036412213
Binary100010111001110101001011010010100001111010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080533; }

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

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

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

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

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

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

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

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