Html Css Color HEX #133231 Swamp

📋 copy color: '#133231'

red 19 ◦ green 50 ◦ blue 49

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

Shades of Swamp #133231

Tints of Swamp #133231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.37%

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

R = 16.1%
G = 42.37%
B = 41.53%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#133231 (or 0x133231) is known color: Swamp. HEX triplet: 13, 32 and 31. RGB value is (19,50,49). Sum of RGB (Red+Green+Blue) = 19+50+49=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #133231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133231 is #ECCDCE. Grayscale: #282828. Windows color (decimal): -15519183 or 3224083. OLE color: 3224083.

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

Color convert

RGB 19 50 49 -
CMYK 0.62 0 0.02 0.80
HSL 178.06º 0.45% 0.14% -
HSV(B) 178.06º 0.62% 0.2% -
XYZ 1.96 2.64 3.31 -
YUV 40.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 19 50 49 0.62 0 0.02 0.80 178.06 0.45 0.14
Hex 13 32 31 3E 0 2 50 B2 2D E
Octal 23 62 61 76 0 2 120 262 55 16
Binary 10011 110010 110001 111110 0 10 1010000 10110010 101101 1110

Color Harmonies of #133231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133231

Black with #133231

Text Example


Text Example

White with #133231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133231; }

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

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

background-color css

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

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

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

border-color css

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

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

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