#182828

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

Shades of Swamp #182828

Tints of Swamp #182828

Color information

#182828 (or 0x182828) is unknown color: approx Swamp. HEX triplet: 18, 28 and 28. RGB value is (24,40,40). Sum of RGB (Red+Green+Blue) = 24+40+40=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #182828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182828 is #E7D7D7. Grayscale: #232323. Windows color (decimal): -15194072 or 2631704. OLE color: 2631704.

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

Color convert

RGB244040-
CMYK0.40000.84
HSL180º25%12.55%-
HSV(B)180º40%15.69%-
XYZ1.521.862.29-
YUV35.22130.7120-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.08%
GREEN value IS 40 (16.02% from 255) = 38.46%
BLUE value IS 40 (16.02% from 255) = 38.46%
R=23.08%
G=38.46%
B=38.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2440400.40000.841802512.55
Hex182828280054b419d
Octal30505050001242643115
Binary1100010100010100010100000101010010110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182828; }

 p { color: rgb(24,40,40); }

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

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

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

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

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

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

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