#152128

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

Shades of Black Pearl #152128

Tints of Black Pearl #152128

Color information

#152128 (or 0x152128) is unknown color: approx Black Pearl. HEX triplet: 15, 21 and 28. RGB value is (21,33,40). Sum of RGB (Red+Green+Blue) = 21+33+40=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #152128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152128 is #EADED7. Grayscale: #1E1E1E. Windows color (decimal): -15392472 or 2629909. OLE color: 2629909.

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

Color convert

RGB213340-
CMYK0.480.1700.84
HSL202.11º31.15%11.96%-
HSV(B)202.11º47.5%15.69%-
XYZ1.241.42.21-
YUV30.21133.52121.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.34%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 40 (16.02% from 255) = 42.55%
R=22.34%
G=35.11%
B=42.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2133400.480.1700.84202.1131.1511.96
Hex1521283011054ca1fc
Octal254150602101243123714
Binary10101100001101000110000100010101010011001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152128; }

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

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

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

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

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

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

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

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