#152328

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

Shades of Black Pearl #152328

Tints of Black Pearl #152328

Color information

#152328 (or 0x152328) is unknown color: approx Black Pearl. HEX triplet: 15, 23 and 28. RGB value is (21,35,40). Sum of RGB (Red+Green+Blue) = 21+35+40=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #152328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152328 is #EADCD7. Grayscale: #1F1F1F. Windows color (decimal): -15391960 or 2630421. OLE color: 2630421.

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

Color convert

RGB213540-
CMYK0.480.1200.84
HSL195.79º31.15%11.96%-
HSV(B)195.79º47.5%15.69%-
XYZ1.291.512.23-
YUV31.38132.86120.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=21.88%
G=36.46%
B=41.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2135400.480.1200.84195.7931.1511.96
Hex15232830C054c41fc
Octal254350601401243043714
Binary1010110001110100011000011000101010011000100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152328; }

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

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

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

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

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

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

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

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