#152532

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

Shades of Black Pearl #152532

Tints of Black Pearl #152532

Color information

#152532 (or 0x152532) is unknown color: approx Black Pearl. HEX triplet: 15, 25 and 32. RGB value is (21,37,50). Sum of RGB (Red+Green+Blue) = 21+37+50=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #152532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152532 is #EADACD. Grayscale: #212121. Windows color (decimal): -15391438 or 3286293. OLE color: 3286293.

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

Color convert

RGB213750-
CMYK0.580.2600.80
HSL206.9º40.85%13.92%-
HSV(B)206.9º58%19.61%-
XYZ1.551.713.27-
YUV33.7137.2118.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 50 (19.92% from 255) = 46.30%
R=19.44%
G=34.26%
B=46.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2137500.580.2600.80206.940.8513.92
Hex1525323A1A050cf29e
Octal254562723201203175116
Binary101011001011100101110101101001010000110011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152532; }

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

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

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

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

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

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

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

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