#05080A

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

Shades of Black Pearl #05080A

Tints of Black Pearl #05080A

Color information

#05080A (or 0x05080A) is unknown color: approx Black Pearl. HEX triplet: 05, 08 and 0A. RGB value is (5,8,10). Sum of RGB (Red+Green+Blue) = 5+8+10=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 8 (3.52% from 255 or 34.78% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 10 - color contains mainly: blue. Hex color #05080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05080A is #FAF7F5. Grayscale: #070707. Windows color (decimal): -16447478 or 657413. OLE color: 657413.

HSL color Cylindrical-coordinate representation of color #05080A: hue angle of 204º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #05080A is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB5810-
CMYK0.500.200.96
HSL204º33.33%2.94%-
HSV(B)204º50%3.92%-
XYZ0.20.230.32-
YUV7.33129.51126.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 21.74%
GREEN value IS 8 (3.52% from 255) = 34.78%
BLUE value IS 10 (4.30% from 255) = 43.48%
R=21.74%
G=34.78%
B=43.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal58100.500.200.9620433.332.94
Hex58A3214060cc213
Octal5101262240140314413
Binary1011000101011001010100011000001100110010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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