Html Css Color HEX #132626 Swamp

📋 copy color: '#132626'

red 19 ◦ green 38 ◦ blue 38

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

Shades of Swamp #132626

Tints of Swamp #132626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40%

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

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#132626 (or 0x132626) is known color: Swamp. HEX triplet: 13, 26 and 26. RGB value is (19,38,38). Sum of RGB (Red+Green+Blue) = 19+38+38=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 38 - color contains mainly: green, blue. Hex color #132626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132626 is #ECD9D9. Grayscale: #202020. Windows color (decimal): -15522266 or 2500115. OLE color: 2500115.

HSL color Cylindrical-coordinate representation of color #132626: hue angle of 180º 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 #132626 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 38 38 -
CMYK 0.50 0 0 0.85
HSL 180º 0.33% 0.11% -
HSV(B) 180º 0.5% 0.15% -
XYZ 1.31 1.66 2.09 -
YUV 32.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 19 38 38 0.50 0 0 0.85 180 0.33 0.11
Hex 13 26 26 32 0 0 55 B4 21 B
Octal 23 46 46 62 0 0 125 264 41 13
Binary 10011 100110 100110 110010 0 0 1010101 10110100 100001 1011

Color Harmonies of #132626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132626

Black with #132626

Text Example


Text Example

White with #132626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132626; }

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

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

background-color css

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

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

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

border-color css

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

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

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