#01050A

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

Shades of Black Pearl #01050A

Tints of Black Pearl #01050A

Color information

#01050A (or 0x01050A) is unknown color: approx Black Pearl. HEX triplet: 01, 05 and 0A. RGB value is (1,5,10). Sum of RGB (Red+Green+Blue) = 1+5+10=16 (2% of max value = 765). Red value is 1 (0.78% from 255 or 6.25% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 10 (4.30% from 255 or 62.5% from 16); Max value from RGB is 10 - color contains mainly: blue. Hex color #01050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01050A is #FEFAF5. Grayscale: #040404. Windows color (decimal): -16710390 or 656641. OLE color: 656641.

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

Color convert

RGB1510-
CMYK0.900.5000.96
HSL213.33º81.82%2.16%-
HSV(B)213.33º90%3.92%-
XYZ0.120.140.31-
YUV4.37131.17125.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 6.25%
GREEN value IS 5 (2.34% from 255) = 31.25%
BLUE value IS 10 (4.30% from 255) = 62.5%
R=6.25%
G=31.25%
B=62.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal15100.900.5000.96213.3381.822.16
Hex15A5A32060d5522
Octal15121326201403251222
Binary1101101010110101100100110000011010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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