#182329

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

Shades of Black Pearl #182329

Tints of Black Pearl #182329

Color information

#182329 (or 0x182329) is unknown color: approx Black Pearl. HEX triplet: 18, 23 and 29. RGB value is (24,35,41). Sum of RGB (Red+Green+Blue) = 24+35+41=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 41 - color contains mainly: blue. Hex color #182329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182329 is #E7DCD6. Grayscale: #202020. Windows color (decimal): -15195351 or 2695960. OLE color: 2695960.

HSL color Cylindrical-coordinate representation of color #182329: hue angle of 201.18º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #182329 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB243541-
CMYK0.410.1500.84
HSL201.18º26.15%12.75%-
HSV(B)201.18º41.46%16.08%-
XYZ1.381.562.33-
YUV32.39132.86122.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 41 (16.41% from 255) = 41%
R=24%
G=35%
B=41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2435410.410.1500.84201.1826.1512.75
Hex18232929F054c91ad
Octal304351511701243113215
Binary1100010001110100110100111110101010011001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182329; }

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

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

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

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

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

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

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

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