#152427

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

Shades of Black Pearl #152427

Tints of Black Pearl #152427

Color information

#152427 (or 0x152427) is unknown color: approx Black Pearl. HEX triplet: 15, 24 and 27. RGB value is (21,36,39). Sum of RGB (Red+Green+Blue) = 21+36+39=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 39 - color contains mainly: blue. Hex color #152427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152427 is #EADBD8. Grayscale: #1F1F1F. Windows color (decimal): -15391705 or 2565141. OLE color: 2565141.

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

Color convert

RGB213639-
CMYK0.460.0800.85
HSL190º30%11.76%-
HSV(B)190º46.15%15.29%-
XYZ1.311.572.15-
YUV31.86132.03120.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 39 (15.62% from 255) = 40.62%
R=21.88%
G=37.5%
B=40.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2136390.460.0800.851903011.76
Hex1524272E8055be1ec
Octal254447561001252763614
Binary1010110010010011110111010000101010110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152427; }

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

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

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

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

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

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

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

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