#152326

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

Shades of Black Pearl #152326

Tints of Black Pearl #152326

Color information

#152326 (or 0x152326) is unknown color: approx Black Pearl. HEX triplet: 15, 23 and 26. RGB value is (21,35,38). Sum of RGB (Red+Green+Blue) = 21+35+38=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 38 - color contains mainly: blue. Hex color #152326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152326 is #EADCD9. Grayscale: #1F1F1F. Windows color (decimal): -15391962 or 2499349. OLE color: 2499349.

HSL color Cylindrical-coordinate representation of color #152326: hue angle of 190.59º 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 #152326 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB213538-
CMYK0.450.0800.85
HSL190.59º28.81%11.57%-
HSV(B)190.59º44.74%14.9%-
XYZ1.261.52.06-
YUV31.16131.86120.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.34%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 38 (15.23% from 255) = 40.43%
R=22.34%
G=37.23%
B=40.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2135380.450.0800.85190.5928.8111.57
Hex1523262D8055bf1dc
Octal254346551001252773514
Binary1010110001110011010110110000101010110111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152326; }

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

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

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

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

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

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

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

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