#152327

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

Shades of Black Pearl #152327

Tints of Black Pearl #152327

Color information

#152327 (or 0x152327) is unknown color: approx Black Pearl. HEX triplet: 15, 23 and 27. RGB value is (21,35,39). Sum of RGB (Red+Green+Blue) = 21+35+39=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #152327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152327 is #EADCD8. Grayscale: #1F1F1F. Windows color (decimal): -15391961 or 2564885. OLE color: 2564885.

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

Color convert

RGB213539-
CMYK0.460.1000.85
HSL193.33º30%11.76%-
HSV(B)193.33º46.15%15.29%-
XYZ1.281.512.14-
YUV31.27132.36120.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.11%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=22.11%
G=36.84%
B=41.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2135390.460.1000.85193.333011.76
Hex1523272EA055c11ec
Octal254347561201253013614
Binary1010110001110011110111010100101010111000001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152327; }

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

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

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

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

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

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

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

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