#050809

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

Shades of Black Pearl #050809

Tints of Black Pearl #050809

Color information

#050809 (or 0x050809) is unknown color: approx Black Pearl. HEX triplet: 05, 08 and 09. RGB value is (5,8,9). Sum of RGB (Red+Green+Blue) = 5+8+9=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 8 (3.52% from 255 or 36.36% from 22); Blue value is 9 (3.91% from 255 or 40.91% from 22); Max value from RGB is 9 - color contains mainly: blue. Hex color #050809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050809 is #FAF7F6. Grayscale: #070707. Windows color (decimal): -16447479 or 591877. OLE color: 591877.

HSL color Cylindrical-coordinate representation of color #050809: hue angle of 195º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #050809 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB589-
CMYK0.440.1100.96
HSL195º28.57%2.75%-
HSV(B)195º44.44%3.53%-
XYZ0.20.230.29-
YUV7.22129.01126.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 22.73%
GREEN value IS 8 (3.52% from 255) = 36.36%
BLUE value IS 9 (3.91% from 255) = 40.91%
R=22.73%
G=36.36%
B=40.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal5890.440.1100.9619528.572.75
Hex5892CB060c31d3
Octal5101154130140303353
Binary10110001001101100101101100000110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050809; }

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

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

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

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

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

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

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

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