#010A15

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

Shades of Black Pearl #010A15

Tints of Black Pearl #010A15

Color information

#010A15 (or 0x010A15) is unknown color: approx Black Pearl. HEX triplet: 01, 0A and 15. RGB value is (1,10,21). Sum of RGB (Red+Green+Blue) = 1+10+21=32 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.12% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 21 (8.59% from 255 or 65.62% from 32); Max value from RGB is 21 - color contains mainly: blue. Hex color #010A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010A15 is #FEF5EA. Grayscale: #080808. Windows color (decimal): -16709099 or 1378817. OLE color: 1378817.

HSL color Cylindrical-coordinate representation of color #010A15: hue angle of 213º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010A15 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB11021-
CMYK0.950.5200.92
HSL213º90.91%4.31%-
HSV(B)213º95.24%8.24%-
XYZ0.260.280.75-
YUV8.56135.02122.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.12%
GREEN value IS 10 (4.30% from 255) = 31.25%
BLUE value IS 21 (8.59% from 255) = 65.62%
R=3.12%
G=31.25%
B=65.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal110210.950.5200.9221390.914.31
Hex1A155F3405Cd55b4
Octal112251376401343251334
Binary1101010101101111111010001011100110101011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010A15; }

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

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

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

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

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

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

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

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