Html Css Color HEX #132121 Swamp

📋 copy color: '#132121'

red 19 ◦ green 33 ◦ blue 33

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

Shades of Swamp #132121

Tints of Swamp #132121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 38.82%

 BLUE value IS 33 (13.28% from 255) = 38.82%

R = 22.35%
G = 38.82%
B = 38.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#132121 (or 0x132121) is known color: Swamp. HEX triplet: 13, 21 and 21. RGB value is (19,33,33). Sum of RGB (Red+Green+Blue) = 19+33+33=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #132121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132121 is #ECDEDE. Grayscale: #1C1C1C. Windows color (decimal): -15523551 or 2171155. OLE color: 2171155.

HSL color Cylindrical-coordinate representation of color #132121: hue angle of 180º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #132121 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 33 33 -
CMYK 0.42 0 0 0.87
HSL 180º 0.27% 0.1% -
HSV(B) 180º 0.42% 0.13% -
XYZ 1.09 1.34 1.64 -
YUV 28.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 19 33 33 0.42 0 0 0.87 180 0.27 0.1
Hex 13 21 21 2A 0 0 57 B4 1B A
Octal 23 41 41 52 0 0 127 264 33 12
Binary 10011 100001 100001 101010 0 0 1010111 10110100 11011 1010

Color Harmonies of #132121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132121

Black with #132121

Text Example


Text Example

White with #132121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132121; }

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

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

background-color css

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

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

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

border-color css

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

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

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