#152029

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

Shades of Black Pearl #152029

Tints of Black Pearl #152029

Color information

#152029 (or 0x152029) is unknown color: approx Black Pearl. HEX triplet: 15, 20 and 29. RGB value is (21,32,41). Sum of RGB (Red+Green+Blue) = 21+32+41=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #152029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152029 is #EADFD6. Grayscale: #1D1D1D. Windows color (decimal): -15392727 or 2695189. OLE color: 2695189.

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

Color convert

RGB213241-
CMYK0.490.2200.84
HSL207º32.26%12.16%-
HSV(B)207º48.78%16.08%-
XYZ1.231.352.29-
YUV29.74134.36121.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.34%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 41 (16.41% from 255) = 43.62%
R=22.34%
G=34.04%
B=43.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2132410.490.2200.8420732.2612.16
Hex1520293116054cf20c
Octal254051612601243174014
Binary101011000001010011100011011001010100110011111000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152029; }

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

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

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

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

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

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

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

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