Html Css Color HEX #132928 Swamp

📋 copy color: '#132928'

red 19 ◦ green 41 ◦ blue 40

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

Shades of Swamp #132928

Tints of Swamp #132928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 40%

R = 19%
G = 41%
B = 40%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.84

RGB Variations

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

Color information

#132928 (or 0x132928) is known color: Swamp. HEX triplet: 13, 29 and 28. RGB value is (19,41,40). Sum of RGB (Red+Green+Blue) = 19+41+40=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 41 - color contains mainly: green. Hex color #132928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132928 is #ECD6D7. Grayscale: #222222. Windows color (decimal): -15521496 or 2631955. OLE color: 2631955.

HSL color Cylindrical-coordinate representation of color #132928: hue angle of 177.27º 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 #132928 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 41 40 -
CMYK 0.54 0 0.02 0.84
HSL 177.27º 0.37% 0.12% -
HSV(B) 177.27º 0.54% 0.16% -
XYZ 1.44 1.88 2.29 -
YUV 34.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 19 41 40 0.54 0 0.02 0.84 177.27 0.37 0.12
Hex 13 29 28 36 0 2 54 B1 25 C
Octal 23 51 50 66 0 2 124 261 45 14
Binary 10011 101001 101000 110110 0 10 1010100 10110001 100101 1100

Color Harmonies of #132928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132928

Black with #132928

Text Example


Text Example

White with #132928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132928; }

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

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

background-color css

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

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

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

border-color css

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

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

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