#152931

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

Shades of Black Pearl #152931

Tints of Black Pearl #152931

Color information

#152931 (or 0x152931) is unknown color: approx Black Pearl. HEX triplet: 15, 29 and 31. RGB value is (21,41,49). Sum of RGB (Red+Green+Blue) = 21+41+49=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #152931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152931 is #EAD6CE. Grayscale: #232323. Windows color (decimal): -15390415 or 3221781. OLE color: 3221781.

HSL color Cylindrical-coordinate representation of color #152931: hue angle of 197.14º 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 #152931 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB214149-
CMYK0.570.1600.81
HSL197.14º40%13.73%-
HSV(B)197.14º57.14%19.22%-
XYZ1.661.973.2-
YUV35.93135.37117.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=18.92%
G=36.94%
B=44.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2141490.570.1600.81197.144013.73
Hex1529313910051c528e
Octal255161712001213055016
Binary101011010011100011110011000001010001110001011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152931; }

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

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

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

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

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

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

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

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