#152831

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

Shades of Black Pearl #152831

Tints of Black Pearl #152831

Color information

#152831 (or 0x152831) is unknown color: approx Black Pearl. HEX triplet: 15, 28 and 31. RGB value is (21,40,49). Sum of RGB (Red+Green+Blue) = 21+40+49=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #152831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152831 is #EAD7CE. Grayscale: #232323. Windows color (decimal): -15390671 or 3221525. OLE color: 3221525.

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

Color convert

RGB214049-
CMYK0.570.1800.81
HSL199.29º40%13.73%-
HSV(B)199.29º57.14%19.22%-
XYZ1.621.93.19-
YUV35.34135.71117.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.09%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=19.09%
G=36.36%
B=44.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2140490.570.1800.81199.294013.73
Hex1528313912051c728e
Octal255061712201213075016
Binary101011010001100011110011001001010001110001111010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152831; }

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

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

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

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

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

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

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

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