#18292E

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

Shades of Black Pearl #18292E

Tints of Black Pearl #18292E

Color information

#18292E (or 0x18292E) is unknown color: approx Black Pearl. HEX triplet: 18, 29 and 2E. RGB value is (24,41,46). Sum of RGB (Red+Green+Blue) = 24+41+46=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 46 - color contains mainly: blue. Hex color #18292E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18292E is #E7D6D1. Grayscale: #242424. Windows color (decimal): -15193810 or 3025176. OLE color: 3025176.

HSL color Cylindrical-coordinate representation of color #18292E: hue angle of 193.64º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #18292E is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB244146-
CMYK0.480.1100.82
HSL193.64º31.43%13.73%-
HSV(B)193.64º47.83%18.04%-
XYZ1.661.982.88-
YUV36.49133.37119.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.62%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=21.62%
G=36.94%
B=41.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2441460.480.1100.82193.6431.4313.73
Hex18292E30B052c21fe
Octal305156601301223023716
Binary1100010100110111011000010110101001011000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18292E; }

 p { color: rgb(24,41,46); }

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

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

 a { background-color: rgb(24,41,46); }

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

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

 span { border-color: rgb(24,41,46); }

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