#011520

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

Shades of Black Pearl #011520

Tints of Black Pearl #011520

Color information

#011520 (or 0x011520) is unknown color: approx Black Pearl. HEX triplet: 01, 15 and 20. RGB value is (1,21,32). Sum of RGB (Red+Green+Blue) = 1+21+32=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 32 (12.89% from 255 or 59.26% from 54); Max value from RGB is 32 - color contains mainly: blue. Hex color #011520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011520 is #FEEADF. Grayscale: #101010. Windows color (decimal): -16706272 or 2102529. OLE color: 2102529.

HSL color Cylindrical-coordinate representation of color #011520: hue angle of 201.29º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011520 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB12132-
CMYK0.970.3400.87
HSL201.29º93.94%6.47%-
HSV(B)201.29º96.88%12.55%-
XYZ0.540.651.46-
YUV16.27136.87117.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 32 (12.89% from 255) = 59.26%
R=1.85%
G=38.89%
B=59.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal121320.970.3400.87201.2993.946.47
Hex115206122057c95e6
Octal125401414201273111366
Binary110101100000110000110001001010111110010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011520; }

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

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

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

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

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

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

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

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