Html Css Color HEX #113130 Swamp

📋 copy color: '#113130'

red 17 ◦ green 49 ◦ blue 48

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

Shades of Swamp #113130

Tints of Swamp #113130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 42.98%

 BLUE value IS 48 (19.14% from 255) = 42.11%

R = 14.91%
G = 42.98%
B = 42.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#113130 (or 0x113130) is known color: Swamp. HEX triplet: 11, 31 and 30. RGB value is (17,49,48). Sum of RGB (Red+Green+Blue) = 17+49+48=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #113130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113130 is #EECECF. Grayscale: #272727. Windows color (decimal): -15650512 or 3158289. OLE color: 3158289.

HSL color Cylindrical-coordinate representation of color #113130: hue angle of 178.12º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113130 is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 49 48 -
CMYK 0.65 0 0.02 0.81
HSL 178.13º 0.48% 0.13% -
HSV(B) 178.13º 0.65% 0.19% -
XYZ 1.86 2.53 3.19 -
YUV 39.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 17 49 48 0.65 0 0.02 0.81 178.13 0.48 0.13
Hex 11 31 30 41 0 2 51 B2 30 D
Octal 21 61 60 101 0 2 121 262 60 15
Binary 10001 110001 110000 1000001 0 10 1010001 10110010 110000 1101

Color Harmonies of #113130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113130

Black with #113130

Text Example


Text Example

White with #113130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113130; }

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

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

background-color css

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

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

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

border-color css

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

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

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