#152631

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

Shades of Black Pearl #152631

Tints of Black Pearl #152631

Color information

#152631 (or 0x152631) is unknown color: approx Black Pearl. HEX triplet: 15, 26 and 31. RGB value is (21,38,49). Sum of RGB (Red+Green+Blue) = 21+38+49=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #152631 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152631 is #EAD9CE. Grayscale: #222222. Windows color (decimal): -15391183 or 3221013. OLE color: 3221013.

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

Color convert

RGB213849-
CMYK0.570.2200.81
HSL203.57º40%13.73%-
HSV(B)203.57º57.14%19.22%-
XYZ1.561.773.16-
YUV34.17136.37118.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.44%
GREEN value IS 38 (15.23% from 255) = 35.19%
BLUE value IS 49 (19.53% from 255) = 45.37%
R=19.44%
G=35.19%
B=45.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2138490.570.2200.81203.574013.73
Hex1526313916051cc28e
Octal254661712601213145016
Binary101011001101100011110011011001010001110011001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152631; }

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

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

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

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

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

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

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

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