#152529

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

Shades of Black Pearl #152529

Tints of Black Pearl #152529

Color information

#152529 (or 0x152529) is unknown color: approx Black Pearl. HEX triplet: 15, 25 and 29. RGB value is (21,37,41). Sum of RGB (Red+Green+Blue) = 21+37+41=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 41 (16.41% from 255 or 41.41% from 99); Max value from RGB is 41 - color contains mainly: blue. Hex color #152529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152529 is #EADAD6. Grayscale: #202020. Windows color (decimal): -15391447 or 2696469. OLE color: 2696469.

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

Color convert

RGB213741-
CMYK0.490.1000.84
HSL192º32.26%12.16%-
HSV(B)192º48.78%16.08%-
XYZ1.371.642.34-
YUV32.67132.7119.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 37 (14.84% from 255) = 37.37%
BLUE value IS 41 (16.41% from 255) = 41.41%
R=21.21%
G=37.37%
B=41.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2137410.490.1000.8419232.2612.16
Hex15252931A054c020c
Octal254551611201243004014
Binary10101100101101001110001101001010100110000001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152529; }

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

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

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

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

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

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

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

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