Html Css Color HEX #132929 Swamp

📋 copy color: '#132929'

red 19 ◦ green 41 ◦ blue 41

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

Shades of Swamp #132929

Tints of Swamp #132929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 40.59%

 BLUE value IS 41 (16.41% from 255) = 40.59%

R = 18.81%
G = 40.59%
B = 40.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#132929 (or 0x132929) is known color: Swamp. HEX triplet: 13, 29 and 29. RGB value is (19,41,41). Sum of RGB (Red+Green+Blue) = 19+41+41=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 41 - color contains mainly: green, blue. Hex color #132929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132929 is #ECD6D6. Grayscale: #222222. Windows color (decimal): -15521495 or 2697491. OLE color: 2697491.

HSL color Cylindrical-coordinate representation of color #132929: hue angle of 180º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #132929 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 41 41 -
CMYK 0.54 0 0 0.84
HSL 180º 0.37% 0.12% -
HSV(B) 180º 0.54% 0.16% -
XYZ 1.46 1.88 2.38 -
YUV 34.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 19 41 41 0.54 0 0 0.84 180 0.37 0.12
Hex 13 29 29 36 0 0 54 B4 25 C
Octal 23 51 51 66 0 0 124 264 45 14
Binary 10011 101001 101001 110110 0 0 1010100 10110100 100101 1100

Color Harmonies of #132929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132929

Black with #132929

Text Example


Text Example

White with #132929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132929; }

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

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

background-color css

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

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

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

border-color css

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

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

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