#183331

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

Shades of Swamp #183331

Tints of Swamp #183331

Color information

#183331 (or 0x183331) is unknown color: approx Swamp. HEX triplet: 18, 33 and 31. RGB value is (24,51,49). Sum of RGB (Red+Green+Blue) = 24+51+49=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #183331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183331 is #E7CCCE. Grayscale: #2A2A2A. Windows color (decimal): -15191247 or 3224344. OLE color: 3224344.

HSL color Cylindrical-coordinate representation of color #183331: hue angle of 175.56º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183331 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB245149-
CMYK0.5300.040.8
HSL175.56º36%14.71%-
HSV(B)175.56º52.94%20%-
XYZ2.112.783.33-
YUV42.7131.55114.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 49 (19.53% from 255) = 39.52%
R=19.35%
G=41.13%
B=39.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2451490.5300.040.8175.563614.71
Hex183331350450b024f
Octal30636165041202604417
Binary1100011001111000111010101001010000101100001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183331; }

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

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

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

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

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

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

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

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