#182029

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

Shades of Black Pearl #182029

Tints of Black Pearl #182029

Color information

#182029 (or 0x182029) is unknown color: approx Black Pearl. HEX triplet: 18, 20 and 29. RGB value is (24,32,41). Sum of RGB (Red+Green+Blue) = 24+32+41=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #182029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182029 is #E7DFD6. Grayscale: #1E1E1E. Windows color (decimal): -15196119 or 2695192. OLE color: 2695192.

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

Color convert

RGB243241-
CMYK0.410.2200.84
HSL211.76º26.15%12.75%-
HSV(B)211.76º41.46%16.08%-
XYZ1.291.392.3-
YUV30.63133.85123.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.74%
GREEN value IS 32 (12.89% from 255) = 32.99%
BLUE value IS 41 (16.41% from 255) = 42.27%
R=24.74%
G=32.99%
B=42.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2432410.410.2200.84211.7626.1512.75
Hex1820292916054d41ad
Octal304051512601243243215
Binary11000100000101001101001101100101010011010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182029; }

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

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

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

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

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

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

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

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