#152533

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

Shades of Black Pearl #152533

Tints of Black Pearl #152533

Color information

#152533 (or 0x152533) is unknown color: approx Black Pearl. HEX triplet: 15, 25 and 33. RGB value is (21,37,51). Sum of RGB (Red+Green+Blue) = 21+37+51=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 51 - color contains mainly: blue. Hex color #152533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152533 is #EADACC. Grayscale: #212121. Windows color (decimal): -15391437 or 3351829. OLE color: 3351829.

HSL color Cylindrical-coordinate representation of color #152533: hue angle of 208º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #152533 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB213751-
CMYK0.590.2700.8
HSL208º41.67%14.12%-
HSV(B)208º58.82%20%-
XYZ1.571.723.38-
YUV33.81137.7118.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.27%
GREEN value IS 37 (14.84% from 255) = 33.94%
BLUE value IS 51 (20.31% from 255) = 46.79%
R=19.27%
G=33.94%
B=46.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2137510.590.2700.820841.6714.12
Hex1525333B1B050d02ae
Octal254563733301203205216
Binary101011001011100111110111101101010000110100001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152533; }

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

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

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

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

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

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

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

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