#152428

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

Shades of Black Pearl #152428

Tints of Black Pearl #152428

Color information

#152428 (or 0x152428) is unknown color: approx Black Pearl. HEX triplet: 15, 24 and 28. RGB value is (21,36,40). Sum of RGB (Red+Green+Blue) = 21+36+40=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 36 (14.45% from 255 or 37.11% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 40 - color contains mainly: blue. Hex color #152428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152428 is #EADBD7. Grayscale: #1F1F1F. Windows color (decimal): -15391704 or 2630677. OLE color: 2630677.

HSL color Cylindrical-coordinate representation of color #152428: hue angle of 192.63º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #152428 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB213640-
CMYK0.480.1000.84
HSL192.63º31.15%11.96%-
HSV(B)192.63º47.5%15.69%-
XYZ1.321.572.24-
YUV31.97132.53120.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 36 (14.45% from 255) = 37.11%
BLUE value IS 40 (16.02% from 255) = 41.24%
R=21.65%
G=37.11%
B=41.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2136400.480.1000.84192.6331.1511.96
Hex15242830A054c11fc
Octal254450601201243013714
Binary1010110010010100011000010100101010011000001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152428; }

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

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

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

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

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

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

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

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