#183231

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

Shades of Swamp #183231

Tints of Swamp #183231

Color information

#183231 (or 0x183231) is unknown color: approx Swamp. HEX triplet: 18, 32 and 31. RGB value is (24,50,49). Sum of RGB (Red+Green+Blue) = 24+50+49=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #183231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183231 is #E7CDCE. Grayscale: #2A2A2A. Windows color (decimal): -15191503 or 3224088. OLE color: 3224088.

HSL color Cylindrical-coordinate representation of color #183231: hue angle of 177.69º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #183231 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB245049-
CMYK0.5200.020.80
HSL177.69º35.14%14.51%-
HSV(B)177.69º52%19.61%-
XYZ2.072.73.32-
YUV42.11131.89115.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=19.51%
G=40.65%
B=39.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2450490.5200.020.80177.6935.1414.51
Hex183231340250b223f
Octal30626164021202624317
Binary110001100101100011101000101010000101100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183231; }

 p { color: rgb(24,50,49); }

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

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

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

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

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

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

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