#18272C

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

Shades of Black Pearl #18272C

Tints of Black Pearl #18272C

Color information

#18272C (or 0x18272C) is unknown color: approx Black Pearl. HEX triplet: 18, 27 and 2C. RGB value is (24,39,44). Sum of RGB (Red+Green+Blue) = 24+39+44=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 44 - color contains mainly: blue. Hex color #18272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18272C is #E7D8D3. Grayscale: #232323. Windows color (decimal): -15194324 or 2893592. OLE color: 2893592.

HSL color Cylindrical-coordinate representation of color #18272C: hue angle of 195º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #18272C is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB243944-
CMYK0.450.1100.83
HSL195º29.41%13.33%-
HSV(B)195º45.45%17.25%-
XYZ1.561.832.65-
YUV35.08133.03120.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=22.43%
G=36.45%
B=41.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2439440.450.1100.8319529.4113.33
Hex18272C2DB053c31dd
Octal304754551301233033515
Binary1100010011110110010110110110101001111000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18272C; }

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

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

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

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

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

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

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

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