#05070A

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

Shades of Black Pearl #05070A

Tints of Black Pearl #05070A

Color information

#05070A (or 0x05070A) is unknown color: approx Black Pearl. HEX triplet: 05, 07 and 0A. RGB value is (5,7,10). Sum of RGB (Red+Green+Blue) = 5+7+10=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 7 (3.12% from 255 or 31.82% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 10 - color contains mainly: blue. Hex color #05070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05070A is #FAF8F5. Grayscale: #060606. Windows color (decimal): -16447734 or 657157. OLE color: 657157.

HSL color Cylindrical-coordinate representation of color #05070A: hue angle of 216º 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 #05070A is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB5710-
CMYK0.500.3000.96
HSL216º33.33%2.94%-
HSV(B)216º50%3.92%-
XYZ0.190.210.32-
YUV6.74129.84126.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 22.73%
GREEN value IS 7 (3.12% from 255) = 31.82%
BLUE value IS 10 (4.30% from 255) = 45.45%
R=22.73%
G=31.82%
B=45.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal57100.500.3000.9621633.332.94
Hex57A321E060d8213
Octal571262360140330413
Binary101111101011001011110011000001101100010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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