#152528

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

Shades of Black Pearl #152528

Tints of Black Pearl #152528

Color information

#152528 (or 0x152528) is unknown color: approx Black Pearl. HEX triplet: 15, 25 and 28. RGB value is (21,37,40). Sum of RGB (Red+Green+Blue) = 21+37+40=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #152528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152528 is #EADAD7. Grayscale: #202020. Windows color (decimal): -15391448 or 2630933. OLE color: 2630933.

HSL color Cylindrical-coordinate representation of color #152528: hue angle of 189.47º 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 #152528 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB213740-
CMYK0.480.0700.84
HSL189.47º31.15%11.96%-
HSV(B)189.47º47.5%15.69%-
XYZ1.351.642.25-
YUV32.56132.2119.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.43%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=21.43%
G=37.76%
B=40.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2137400.480.0700.84189.4731.1511.96
Hex152528307054bd1fc
Octal25455060701242753714
Binary101011001011010001100001110101010010111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152528; }

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

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

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

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

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

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

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

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