Html Css Color HEX #183231 Swamp

📋 copy color: '#183231'

red 24 ◦ green 50 ◦ blue 49

#183231
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #183231

Tints of Swamp #183231

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 value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#183231 (or 0x183231) is known color: 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

RGB 24 50 49 -
CMYK 0.52 0 0.02 0.80
HSL 177.69º 0.35% 0.15% -
HSV(B) 177.69º 0.52% 0.2% -
XYZ 2.07 2.7 3.32 -
YUV 42.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 24 50 49 0.52 0 0.02 0.80 177.69 0.35 0.15
Hex 18 32 31 34 0 2 50 B2 23 F
Octal 30 62 61 64 0 2 120 262 43 17
Binary 11000 110010 110001 110100 0 10 1010000 10110010 100011 1111

Color Harmonies of #183231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183231

Black with #183231

Text Example


Text Example

White with #183231

Text Example


Text Example

HTML Codes & Css Web 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>