#18292D

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

Shades of Black Pearl #18292D

Tints of Black Pearl #18292D

Color information

#18292D (or 0x18292D) is unknown color: approx Black Pearl. HEX triplet: 18, 29 and 2D. RGB value is (24,41,45). Sum of RGB (Red+Green+Blue) = 24+41+45=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 45 - color contains mainly: blue. Hex color #18292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18292D is #E7D6D2. Grayscale: #242424. Windows color (decimal): -15193811 or 2959640. OLE color: 2959640.

HSL color Cylindrical-coordinate representation of color #18292D: hue angle of 191.43º 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 #18292D is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB244145-
CMYK0.470.0900.82
HSL191.43º30.43%13.53%-
HSV(B)191.43º46.67%17.65%-
XYZ1.641.972.78-
YUV36.37132.87119.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 45 (17.97% from 255) = 40.91%
R=21.82%
G=37.27%
B=40.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2441450.470.0900.82191.4330.4313.53
Hex18292D2F9052bf1ee
Octal305155571101222773616
Binary1100010100110110110111110010101001010111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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