Html Css Color HEX #133131 Swamp

📋 copy color: '#133131'

red 19 ◦ green 49 ◦ blue 49

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

Shades of Swamp #133131

Tints of Swamp #133131

RGB

 RED value IS 19 (7.81% from 255) = 16.24%

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

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

R = 16.24%
G = 41.88%
B = 41.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#133131 (or 0x133131) is known color: Swamp. HEX triplet: 13, 31 and 31. RGB value is (19,49,49). Sum of RGB (Red+Green+Blue) = 19+49+49=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #133131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133131 is #ECCECE. Grayscale: #282828. Windows color (decimal): -15519439 or 3223827. OLE color: 3223827.

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

Color convert

RGB 19 49 49 -
CMYK 0.61 0 0 0.81
HSL 180º 0.44% 0.13% -
HSV(B) 180º 0.61% 0.19% -
XYZ 1.92 2.56 3.3 -
YUV 40.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 19 49 49 0.61 0 0 0.81 180 0.44 0.13
Hex 13 31 31 3D 0 0 51 B4 2C D
Octal 23 61 61 75 0 0 121 264 54 15
Binary 10011 110001 110001 111101 0 0 1010001 10110100 101100 1101

Color Harmonies of #133131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133131

Black with #133131

Text Example


Text Example

White with #133131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133131; }

 p { color: rgb(19,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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