#001518

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

Shades of Black Pearl #001518

Tints of Black Pearl #001518

Color information

#001518 (or 0x001518) is unknown color: approx Black Pearl. HEX triplet: 00, 15 and 18. RGB value is (0,21,24). Sum of RGB (Red+Green+Blue) = 0+21+24=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #001518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001518 is #FFEAE7. Grayscale: #0F0F0F. Windows color (decimal): -16771816 or 1578240. OLE color: 1578240.

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

Color convert

RGB02124-
CMYK10.1300.91
HSL187.5º100%4.71%-
HSV(B)187.5º100%9.41%-
XYZ0.430.60.96-
YUV15.06133.04117.26-

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) = 46.67%
BLUE value IS 24 (9.77% from 255) = 53.33%
R=0%
G=46.67%
B=53.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0212410.1300.91187.51004.71
Hex0151864D05Bbc645
Octal025301441501332741445
Binary010101110001100100110101011011101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001518; }

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

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

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

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

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

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

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

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