#152028

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

Shades of Black Pearl #152028

Tints of Black Pearl #152028

Color information

#152028 (or 0x152028) is unknown color: approx Black Pearl. HEX triplet: 15, 20 and 28. RGB value is (21,32,40). Sum of RGB (Red+Green+Blue) = 21+32+40=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 40 (16.02% from 255 or 43.01% from 93); Max value from RGB is 40 - color contains mainly: blue. Hex color #152028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152028 is #EADFD7. Grayscale: #1D1D1D. Windows color (decimal): -15392728 or 2629653. OLE color: 2629653.

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

Color convert

RGB213240-
CMYK0.480.2000.84
HSL205.26º31.15%11.96%-
HSV(B)205.26º47.5%15.69%-
XYZ1.211.352.2-
YUV29.62133.86121.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.58%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 40 (16.02% from 255) = 43.01%
R=22.58%
G=34.41%
B=43.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2132400.480.2000.84205.2631.1511.96
Hex1520283014054cd1fc
Octal254050602401243153714
Binary10101100000101000110000101000101010011001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152028; }

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

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

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

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

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

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

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

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