#050709

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

Shades of Black Pearl #050709

Tints of Black Pearl #050709

Color information

#050709 (or 0x050709) is unknown color: approx Black Pearl. HEX triplet: 05, 07 and 09. RGB value is (5,7,9). Sum of RGB (Red+Green+Blue) = 5+7+9=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 7 (3.12% from 255 or 33.33% from 21); Blue value is 9 (3.91% from 255 or 42.86% from 21); Max value from RGB is 9 - color contains mainly: blue. Hex color #050709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050709 is #FAF8F6. Grayscale: #060606. Windows color (decimal): -16447735 or 591621. OLE color: 591621.

HSL color Cylindrical-coordinate representation of color #050709: hue angle of 210º 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 #050709 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB579-
CMYK0.440.2200.96
HSL210º28.57%2.75%-
HSV(B)210º44.44%3.53%-
XYZ0.190.20.29-
YUV6.63129.34126.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 23.81%
GREEN value IS 7 (3.12% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 42.86%
R=23.81%
G=33.33%
B=42.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal5790.440.2200.9621028.572.75
Hex5792C16060d21d3
Octal571154260140322353
Binary10111110011011001011001100000110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050709; }

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

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

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

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

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

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

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

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