Html Css Color HEX #132527 Swamp

📋 copy color: '#132527'

red 19 ◦ green 37 ◦ blue 39

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

Shades of Swamp #132527

Tints of Swamp #132527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 41.05%

R = 20%
G = 38.95%
B = 41.05%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#132527 (or 0x132527) is known color: Swamp. HEX triplet: 13, 25 and 27. RGB value is (19,37,39). Sum of RGB (Red+Green+Blue) = 19+37+39=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: blue. Hex color #132527 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132527 is #ECDAD8. Grayscale: #1F1F1F. Windows color (decimal): -15522521 or 2565395. OLE color: 2565395.

HSL color Cylindrical-coordinate representation of color #132527: hue angle of 186º degrees, saturation: 0.34, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132527 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 19 37 39 -
CMYK 0.51 0.05 0 0.85
HSL 186º 0.34% 0.11% -
HSV(B) 186º 0.51% 0.15% -
XYZ 1.3 1.61 2.16 -
YUV 31.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 19 37 39 0.51 0.05 0 0.85 186 0.34 0.11
Hex 13 25 27 33 5 0 55 BA 22 B
Octal 23 45 47 63 5 0 125 272 42 13
Binary 10011 100101 100111 110011 101 0 1010101 10111010 100010 1011

Color Harmonies of #132527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132527

Black with #132527

Text Example


Text Example

White with #132527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132527; }

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

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

background-color css

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

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

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

border-color css

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

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

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