#18272D

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

Shades of Black Pearl #18272D

Tints of Black Pearl #18272D

Color information

#18272D (or 0x18272D) is unknown color: approx Black Pearl. HEX triplet: 18, 27 and 2D. RGB value is (24,39,45). Sum of RGB (Red+Green+Blue) = 24+39+45=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #18272D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18272D is #E7D8D2. Grayscale: #232323. Windows color (decimal): -15194323 or 2959128. OLE color: 2959128.

HSL color Cylindrical-coordinate representation of color #18272D: hue angle of 197.14º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #18272D is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB243945-
CMYK0.470.1300.82
HSL197.14º30.43%13.53%-
HSV(B)197.14º46.67%17.65%-
XYZ1.581.832.75-
YUV35.2133.53120.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 45 (17.97% from 255) = 41.67%
R=22.22%
G=36.11%
B=41.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2439450.470.1300.82197.1430.4313.53
Hex18272D2FD052c51ee
Octal304755571501223053616
Binary1100010011110110110111111010101001011000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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