#152026

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

Shades of Black Pearl #152026

Tints of Black Pearl #152026

Color information

#152026 (or 0x152026) is unknown color: approx Black Pearl. HEX triplet: 15, 20 and 26. RGB value is (21,32,38). Sum of RGB (Red+Green+Blue) = 21+32+38=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 38 (15.23% from 255 or 41.76% from 91); Max value from RGB is 38 - color contains mainly: blue. Hex color #152026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152026 is #EADFD9. Grayscale: #1D1D1D. Windows color (decimal): -15392730 or 2498581. OLE color: 2498581.

HSL color Cylindrical-coordinate representation of color #152026: hue angle of 201.18º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #152026 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB213238-
CMYK0.450.1600.85
HSL201.18º28.81%11.57%-
HSV(B)201.18º44.74%14.9%-
XYZ1.181.332.03-
YUV29.4132.86122.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.08%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 38 (15.23% from 255) = 41.76%
R=23.08%
G=35.16%
B=41.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2132380.450.1600.85201.1828.8111.57
Hex1520262D10055c91dc
Octal254046552001253113514
Binary10101100000100110101101100000101010111001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152026; }

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

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

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

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

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

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

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

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