Html Css Color HEX #132728 Swamp

📋 copy color: '#132728'

red 19 ◦ green 39 ◦ blue 40

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

Shades of Swamp #132728

Tints of Swamp #132728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 39.8%

 BLUE value IS 40 (16.02% from 255) = 40.82%

R = 19.39%
G = 39.8%
B = 40.82%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#132728 (or 0x132728) is known color: Swamp. HEX triplet: 13, 27 and 28. RGB value is (19,39,40). Sum of RGB (Red+Green+Blue) = 19+39+40=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #132728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132728 is #ECD8D7. Grayscale: #212121. Windows color (decimal): -15522008 or 2631443. OLE color: 2631443.

HSL color Cylindrical-coordinate representation of color #132728: hue angle of 182.86º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #132728 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 19 39 40 -
CMYK 0.52 0.02 0 0.84
HSL 182.86º 0.36% 0.12% -
HSV(B) 182.86º 0.53% 0.16% -
XYZ 1.38 1.74 2.27 -
YUV 33.13 131.87 117.92 -
System Red Green Blue C M Y K H S L
Decimal 19 39 40 0.52 0.02 0 0.84 182.86 0.36 0.12
Hex 13 27 28 34 2 0 54 B7 24 C
Octal 23 47 50 64 2 0 124 267 44 14
Binary 10011 100111 101000 110100 10 0 1010100 10110111 100100 1100

Color Harmonies of #132728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132728

Black with #132728

Text Example


Text Example

White with #132728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132728; }

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

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

background-color css

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

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

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

border-color css

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

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

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