Html Css Color HEX #133431 Swamp

📋 copy color: '#133431'

red 19 ◦ green 52 ◦ blue 49

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

Shades of Swamp #133431

Tints of Swamp #133431

RGB

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

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

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

R = 15.83%
G = 43.33%
B = 40.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#133431 (or 0x133431) is known color: Swamp. HEX triplet: 13, 34 and 31. RGB value is (19,52,49). Sum of RGB (Red+Green+Blue) = 19+52+49=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #133431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133431 is #ECCBCE. Grayscale: #292929. Windows color (decimal): -15518671 or 3224595. OLE color: 3224595.

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

Color convert

RGB 19 52 49 -
CMYK 0.63 0 0.06 0.80
HSL 174.55º 0.46% 0.14% -
HSV(B) 174.55º 0.63% 0.2% -
XYZ 2.05 2.82 3.34 -
YUV 41.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 19 52 49 0.63 0 0.06 0.80 174.55 0.46 0.14
Hex 13 34 31 3F 0 6 50 AF 2E E
Octal 23 64 61 77 0 6 120 257 56 16
Binary 10011 110100 110001 111111 0 110 1010000 10101111 101110 1110

Color Harmonies of #133431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133431

Black with #133431

Text Example


Text Example

White with #133431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133431; }

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

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

background-color css

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

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

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

border-color css

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

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

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