#182527

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

Shades of Black Pearl #182527

Tints of Black Pearl #182527

Color information

#182527 (or 0x182527) is unknown color: approx Black Pearl. HEX triplet: 18, 25 and 27. RGB value is (24,37,39). Sum of RGB (Red+Green+Blue) = 24+37+39=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 39 (15.62% from 255 or 39% from 100); Max value from RGB is 39 - color contains mainly: blue. Hex color #182527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182527 is #E7DAD8. Grayscale: #212121. Windows color (decimal): -15194841 or 2565400. OLE color: 2565400.

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

Color convert

RGB243739-
CMYK0.380.0500.85
HSL188º23.81%12.35%-
HSV(B)188º38.46%15.29%-
XYZ1.41.662.17-
YUV33.34131.19121.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 39 (15.62% from 255) = 39%
R=24%
G=37%
B=39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2437390.380.0500.8518823.8112.35
Hex182527265055bc18c
Octal30454746501252743014
Binary110001001011001111001101010101010110111100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182527; }

 p { color: rgb(24,37,39); }

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

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

 a { background-color: rgb(24,37,39); }

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

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

 span { border-color: rgb(24,37,39); }

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