#152224

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

Shades of Black Pearl #152224

Tints of Black Pearl #152224

Color information

#152224 (or 0x152224) is unknown color: approx Black Pearl. HEX triplet: 15, 22 and 24. RGB value is (21,34,36). Sum of RGB (Red+Green+Blue) = 21+34+36=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 36 - color contains mainly: blue. Hex color #152224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152224 is #EADDDB. Grayscale: #1E1E1E. Windows color (decimal): -15392220 or 2368021. OLE color: 2368021.

HSL color Cylindrical-coordinate representation of color #152224: hue angle of 188º 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 #152224 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB213436-
CMYK0.420.0600.86
HSL188º26.32%11.18%-
HSV(B)188º41.67%14.12%-
XYZ1.21.431.88-
YUV30.34131.19121.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.08%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=23.08%
G=37.36%
B=39.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2134360.420.0600.8618826.3211.18
Hex1522242A6056bc1ab
Octal25424452601262743213
Binary101011000101001001010101100101011010111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152224; }

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

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

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

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

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

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

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

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