Html Css Color HEX #132526 Swamp

📋 copy color: '#132526'

red 19 ◦ green 37 ◦ blue 38

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

Shades of Swamp #132526

Tints of Swamp #132526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 39.36%

 BLUE value IS 38 (15.23% from 255) = 40.43%

R = 20.21%
G = 39.36%
B = 40.43%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#132526 (or 0x132526) is known color: Swamp. HEX triplet: 13, 25 and 26. RGB value is (19,37,38). Sum of RGB (Red+Green+Blue) = 19+37+38=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 38 - color contains mainly: blue. Hex color #132526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132526 is #ECDAD9. Grayscale: #1F1F1F. Windows color (decimal): -15522522 or 2499859. OLE color: 2499859.

HSL color Cylindrical-coordinate representation of color #132526: hue angle of 183.16º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #132526 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 37 38 -
CMYK 0.50 0.03 0 0.85
HSL 183.16º 0.33% 0.11% -
HSV(B) 183.16º 0.5% 0.15% -
XYZ 1.28 1.6 2.08 -
YUV 31.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 19 37 38 0.50 0.03 0 0.85 183.16 0.33 0.11
Hex 13 25 26 32 3 0 55 B7 21 B
Octal 23 45 46 62 3 0 125 267 41 13
Binary 10011 100101 100110 110010 11 0 1010101 10110111 100001 1011

Color Harmonies of #132526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132526

Black with #132526

Text Example


Text Example

White with #132526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132526; }

 p { color: rgb(19,37,38); }

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

background-color css

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

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

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

border-color css

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

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

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