#080530

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

Shades of Black Russian #080530

Tints of Black Russian #080530

Color information

#080530 (or 0x080530) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 30. RGB value is (8,5,48). Sum of RGB (Red+Green+Blue) = 8+5+48=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 5 (2.34% from 255 or 8.20% from 61); Blue value is 48 (19.14% from 255 or 78.69% from 61); Max value from RGB is 48 - color contains mainly: blue. Hex color #080530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080530 is #F7FACF. Grayscale: #0A0A0A. Windows color (decimal): -16251600 or 3147016. OLE color: 3147016.

HSL color Cylindrical-coordinate representation of color #080530: hue angle of 244.19º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #080530 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB8548-
CMYK0.830.9000.81
HSL244.19º81.13%10.39%-
HSV(B)244.19º89.58%18.82%-
XYZ0.690.372.83-
YUV10.8148.99126-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 13.11%
GREEN value IS 5 (2.34% from 255) = 8.20%
BLUE value IS 48 (19.14% from 255) = 78.69%
R=13.11%
G=8.20%
B=78.69%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal85480.830.9000.81244.1981.1310.39
Hex8530535A051f451a
Octal10560123132012136412112
Binary100010111000010100111011010010100011111010010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080530; }

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

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

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

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

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

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

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

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