#00050A

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

Shades of Black Pearl #00050A

Tints of Black Pearl #00050A

Color information

#00050A (or 0x00050A) is unknown color: approx Black Pearl. HEX triplet: 00, 05 and 0A. RGB value is (0,5,10). Sum of RGB (Red+Green+Blue) = 0+5+10=15 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 10 (4.30% from 255 or 66.67% from 15); Max value from RGB is 10 - color contains mainly: blue. Hex color #00050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00050A is #FFFAF5. Grayscale: #040404. Windows color (decimal): -16775926 or 656640. OLE color: 656640.

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

Color convert

RGB0510-
CMYK10.5000.96
HSL210º100%1.96%-
HSV(B)210º100%3.92%-
XYZ0.110.130.31-
YUV4.07131.34125.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 5 (2.34% from 255) = 33.33%
BLUE value IS 10 (4.30% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal051010.5000.962101001.96
Hex05A6432060d2642
Octal05121446201403221442
Binary0101101011001001100100110000011010010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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