Html Css Color HEX #133331 Swamp

📋 copy color: '#133331'

red 19 ◦ green 51 ◦ blue 49

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

Shades of Swamp #133331

Tints of Swamp #133331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.86%

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

R = 15.97%
G = 42.86%
B = 41.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#133331 (or 0x133331) is known color: Swamp. HEX triplet: 13, 33 and 31. RGB value is (19,51,49). Sum of RGB (Red+Green+Blue) = 19+51+49=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 51 - color contains mainly: green. Hex color #133331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133331 is #ECCCCE. Grayscale: #292929. Windows color (decimal): -15518927 or 3224339. OLE color: 3224339.

HSL color Cylindrical-coordinate representation of color #133331: hue angle of 176.25º 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 #133331 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 49 -
CMYK 0.63 0 0.04 0.8
HSL 176.25º 0.46% 0.14% -
HSV(B) 176.25º 0.63% 0.2% -
XYZ 2.01 2.73 3.33 -
YUV 41.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 19 51 49 0.63 0 0.04 0.8 176.25 0.46 0.14
Hex 13 33 31 3F 0 4 50 B0 2E E
Octal 23 63 61 77 0 4 120 260 56 16
Binary 10011 110011 110001 111111 0 100 1010000 10110000 101110 1110

Color Harmonies of #133331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133331

Black with #133331

Text Example


Text Example

White with #133331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133331; }

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

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

background-color css

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

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

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

border-color css

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

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

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