Html Css Color HEX #132425 Swamp

📋 copy color: '#132425'

red 19 ◦ green 36 ◦ blue 37

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

Shades of Swamp #132425

Tints of Swamp #132425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 39.13%

 BLUE value IS 37 (14.84% from 255) = 40.22%

R = 20.65%
G = 39.13%
B = 40.22%

CMYK

 C value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#132425 (or 0x132425) is known color: Swamp. HEX triplet: 13, 24 and 25. RGB value is (19,36,37). Sum of RGB (Red+Green+Blue) = 19+36+37=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #132425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132425 is #ECDBDA. Grayscale: #1F1F1F. Windows color (decimal): -15522779 or 2434067. OLE color: 2434067.

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

Color convert

RGB 19 36 37 -
CMYK 0.49 0.03 0 0.85
HSL 183.33º 0.32% 0.11% -
HSV(B) 183.33º 0.49% 0.15% -
XYZ 1.23 1.53 1.98 -
YUV 31.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 19 36 37 0.49 0.03 0 0.85 183.33 0.32 0.11
Hex 13 24 25 31 3 0 55 B7 20 B
Octal 23 44 45 61 3 0 125 267 40 13
Binary 10011 100100 100101 110001 11 0 1010101 10110111 100000 1011

Color Harmonies of #132425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132425

Black with #132425

Text Example


Text Example

White with #132425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132425; }

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

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

background-color css

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

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

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

border-color css

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

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

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