#182529

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

Shades of Black Pearl #182529

Tints of Black Pearl #182529

Color information

#182529 (or 0x182529) is unknown color: approx Black Pearl. HEX triplet: 18, 25 and 29. RGB value is (24,37,41). Sum of RGB (Red+Green+Blue) = 24+37+41=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 41 - color contains mainly: blue. Hex color #182529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182529 is #E7DAD6. Grayscale: #212121. Windows color (decimal): -15194839 or 2696472. OLE color: 2696472.

HSL color Cylindrical-coordinate representation of color #182529: hue angle of 194.12º 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 #182529 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB243741-
CMYK0.410.1000.84
HSL194.12º26.15%12.75%-
HSV(B)194.12º41.46%16.08%-
XYZ1.441.682.35-
YUV33.57132.19121.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.53%
GREEN value IS 37 (14.84% from 255) = 36.27%
BLUE value IS 41 (16.41% from 255) = 40.20%
R=23.53%
G=36.27%
B=40.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2437410.410.1000.84194.1226.1512.75
Hex18252929A054c21ad
Octal304551511201243023215
Binary1100010010110100110100110100101010011000010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182529; }

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

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

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

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

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

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

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

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