#001524

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

Shades of Black Pearl #001524

Tints of Black Pearl #001524

Color information

#001524 (or 0x001524) is unknown color: approx Black Pearl. HEX triplet: 00, 15 and 24. RGB value is (0,21,36). Sum of RGB (Red+Green+Blue) = 0+21+36=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #001524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001524 is #FFEADB. Grayscale: #101010. Windows color (decimal): -16771804 or 2364672. OLE color: 2364672.

HSL color Cylindrical-coordinate representation of color #001524: hue angle of 205º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001524 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB02136-
CMYK10.4200.86
HSL205º100%7.06%-
HSV(B)205º100%14.12%-
XYZ0.590.661.77-
YUV16.43139.04116.28-

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) = 36.84%
BLUE value IS 36 (14.45% from 255) = 63.16%
R=0%
G=36.84%
B=63.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0213610.4200.862051007.06
Hex01524642A056cd647
Octal025441445201263151447
Binary010101100100110010010101001010110110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001524; }

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

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

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

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

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

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

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

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