#152832

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

Shades of Black Pearl #152832

Tints of Black Pearl #152832

Color information

#152832 (or 0x152832) is unknown color: approx Black Pearl. HEX triplet: 15, 28 and 32. RGB value is (21,40,50). Sum of RGB (Red+Green+Blue) = 21+40+50=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #152832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152832 is #EAD7CD. Grayscale: #232323. Windows color (decimal): -15390670 or 3287061. OLE color: 3287061.

HSL color Cylindrical-coordinate representation of color #152832: hue angle of 200.69º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #152832 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB214050-
CMYK0.580.2000.80
HSL200.69º40.85%13.92%-
HSV(B)200.69º58%19.61%-
XYZ1.641.913.3-
YUV35.46136.21117.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 40 (16.02% from 255) = 36.04%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=18.92%
G=36.04%
B=45.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2140500.580.2000.80200.6940.8513.92
Hex1528323A14050c929e
Octal255062722401203115116
Binary101011010001100101110101010001010000110010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152832; }

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

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

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

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

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

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

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

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