#182827

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

Shades of Swamp #182827

Tints of Swamp #182827

Color information

#182827 (or 0x182827) is unknown color: approx Swamp. HEX triplet: 18, 28 and 27. RGB value is (24,40,39). Sum of RGB (Red+Green+Blue) = 24+40+39=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 40 - color contains mainly: green. Hex color #182827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182827 is #E7D7D8. Grayscale: #232323. Windows color (decimal): -15194073 or 2566168. OLE color: 2566168.

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

Color convert

RGB244039-
CMYK0.4000.020.84
HSL176.25º25%12.55%-
HSV(B)176.25º40%15.69%-
XYZ1.51.862.2-
YUV35.1130.2120.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.30%
GREEN value IS 40 (16.02% from 255) = 38.83%
BLUE value IS 39 (15.62% from 255) = 37.86%
R=23.30%
G=38.83%
B=37.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2440390.4000.020.84176.252512.55
Hex182827280254b019d
Octal30504750021242603115
Binary11000101000100111101000010101010010110000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182827; }

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

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

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

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

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

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

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

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