#152131

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

Shades of Black Pearl #152131

Tints of Black Pearl #152131

Color information

#152131 (or 0x152131) is unknown color: approx Black Pearl. HEX triplet: 15, 21 and 31. RGB value is (21,33,49). Sum of RGB (Red+Green+Blue) = 21+33+49=103 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.39% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #152131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152131 is #EADECE. Grayscale: #1F1F1F. Windows color (decimal): -15392463 or 3219733. OLE color: 3219733.

HSL color Cylindrical-coordinate representation of color #152131: hue angle of 214.29º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #152131 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB213349-
CMYK0.570.3300.81
HSL214.29º40%13.73%-
HSV(B)214.29º57.14%19.22%-
XYZ1.411.473.12-
YUV31.24138.02120.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 20.39%
GREEN value IS 33 (13.28% from 255) = 32.04%
BLUE value IS 49 (19.53% from 255) = 47.57%
R=20.39%
G=32.04%
B=47.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2133490.570.3300.81214.294013.73
Hex1521313921051d628e
Octal254161714101213265016
Binary1010110000111000111100110000101010001110101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152131; }

 p { color: rgb(21,33,49); }

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

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

 a { background-color: rgb(21,33,49); }

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

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

 span { border-color: rgb(21,33,49); }

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