#152024

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

Shades of Black Pearl #152024

Tints of Black Pearl #152024

Color information

#152024 (or 0x152024) is unknown color: approx Black Pearl. HEX triplet: 15, 20 and 24. RGB value is (21,32,36). Sum of RGB (Red+Green+Blue) = 21+32+36=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #152024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152024 is #EADFDB. Grayscale: #1D1D1D. Windows color (decimal): -15392732 or 2367509. OLE color: 2367509.

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

Color convert

RGB213236-
CMYK0.420.1100.86
HSL196º26.32%11.18%-
HSV(B)196º41.67%14.12%-
XYZ1.141.321.86-
YUV29.17131.86122.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.60%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 36 (14.45% from 255) = 40.45%
R=23.60%
G=35.96%
B=40.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2132360.420.1100.8619626.3211.18
Hex1520242AB056c41ab
Octal254044521301263043213
Binary1010110000010010010101010110101011011000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152024; }

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

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

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

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

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

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

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

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