#001520

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

Shades of Black Pearl #001520

Tints of Black Pearl #001520

Color information

#001520 (or 0x001520) is unknown color: approx Black Pearl. HEX triplet: 00, 15 and 20. RGB value is (0,21,32). Sum of RGB (Red+Green+Blue) = 0+21+32=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 32 (12.89% from 255 or 60.38% from 53); Max value from RGB is 32 - color contains mainly: blue. Hex color #001520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001520 is #FFEADF. Grayscale: #0F0F0F. Windows color (decimal): -16771808 or 2102528. OLE color: 2102528.

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

Color convert

RGB02132-
CMYK10.3400.87
HSL200.62º100%6.27%-
HSV(B)200.62º100%12.55%-
XYZ0.530.641.46-
YUV15.98137.04116.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 39.62%
BLUE value IS 32 (12.89% from 255) = 60.38%
R=0%
G=39.62%
B=60.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal0213210.3400.87200.621006.27
Hex015206422057c9646
Octal025401444201273111446
Binary010101100000110010010001001010111110010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001520; }

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

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

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

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

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

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

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

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