Html Css Color HEX #132021 Swamp

📋 copy color: '#132021'

red 19 ◦ green 32 ◦ blue 33

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

Shades of Swamp #132021

Tints of Swamp #132021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 38.1%

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

R = 22.62%
G = 38.1%
B = 39.29%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#132021 (or 0x132021) is known color: Swamp. HEX triplet: 13, 20 and 21. RGB value is (19,32,33). Sum of RGB (Red+Green+Blue) = 19+32+33=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 33 - color contains mainly: blue. Hex color #132021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132021 is #ECDFDE. Grayscale: #1C1C1C. Windows color (decimal): -15523807 or 2170899. OLE color: 2170899.

HSL color Cylindrical-coordinate representation of color #132021: hue angle of 184.29º 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 #132021 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 33 -
CMYK 0.42 0.03 0 0.87
HSL 184.29º 0.27% 0.1% -
HSV(B) 184.29º 0.42% 0.13% -
XYZ 1.06 1.28 1.63 -
YUV 28.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 19 32 33 0.42 0.03 0 0.87 184.29 0.27 0.1
Hex 13 20 21 2A 3 0 57 B8 1B A
Octal 23 40 41 52 3 0 127 270 33 12
Binary 10011 100000 100001 101010 11 0 1010111 10111000 11011 1010

Color Harmonies of #132021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132021

Black with #132021

Text Example


Text Example

White with #132021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132021; }

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

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

background-color css

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

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

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

border-color css

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

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

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