Html Css Color HEX #113431 Swamp

📋 copy color: '#113431'

red 17 ◦ green 52 ◦ blue 49

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

Shades of Swamp #113431

Tints of Swamp #113431

RGB

 RED value IS 17 (7.03% from 255) = 14.41%

 GREEN value IS 52 (20.7% from 255) = 44.07%

 BLUE value IS 49 (19.53% from 255) = 41.53%

R = 14.41%
G = 44.07%
B = 41.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#113431 (or 0x113431) is known color: Swamp. HEX triplet: 11, 34 and 31. RGB value is (17,52,49). Sum of RGB (Red+Green+Blue) = 17+52+49=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 52 - color contains mainly: green. Hex color #113431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113431 is #EECBCE. Grayscale: #292929. Windows color (decimal): -15649743 or 3224593. OLE color: 3224593.

HSL color Cylindrical-coordinate representation of color #113431: hue angle of 174.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113431 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 52 49 -
CMYK 0.67 0 0.06 0.80
HSL 174.86º 0.51% 0.14% -
HSV(B) 174.86º 0.67% 0.2% -
XYZ 2.01 2.8 3.34 -
YUV 41.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 17 52 49 0.67 0 0.06 0.80 174.86 0.51 0.14
Hex 11 34 31 43 0 6 50 AF 33 E
Octal 21 64 61 103 0 6 120 257 63 16
Binary 10001 110100 110001 1000011 0 110 1010000 10101111 110011 1110

Color Harmonies of #113431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113431

Black with #113431

Text Example


Text Example

White with #113431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113431; }

 p { color: rgb(17,52,49); }

 H1.HeaderClassName
 {
   color: #113431;
 }
 .AnyTagClassName
 {
   color: #113431;
 }
</style>

background-color css

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

 a { background-color: rgb(17,52,49); }

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

border-color css

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

 span { border-color: rgb(17,52,49); }

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