#152432

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

Shades of Black Pearl #152432

Tints of Black Pearl #152432

Color information

#152432 (or 0x152432) is unknown color: approx Black Pearl. HEX triplet: 15, 24 and 32. RGB value is (21,36,50). Sum of RGB (Red+Green+Blue) = 21+36+50=107 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.63% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #152432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152432 is #EADBCD. Grayscale: #212121. Windows color (decimal): -15391694 or 3286037. OLE color: 3286037.

HSL color Cylindrical-coordinate representation of color #152432: hue angle of 208.97º 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 #152432 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB213650-
CMYK0.580.2800.80
HSL208.97º40.85%13.92%-
HSV(B)208.97º58%19.61%-
XYZ1.521.653.26-
YUV33.11137.53119.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.63%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 50 (19.92% from 255) = 46.73%
R=19.63%
G=33.64%
B=46.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2136500.580.2800.80208.9740.8513.92
Hex1524323A1C050d129e
Octal254462723401203215116
Binary101011001001100101110101110001010000110100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152432; }

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

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

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

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

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

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

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

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