Html Css Color HEX #132324 Swamp

📋 copy color: '#132324'

red 19 ◦ green 35 ◦ blue 36

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

Shades of Swamp #132324

Tints of Swamp #132324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.89%

 BLUE value IS 36 (14.45% from 255) = 40%

R = 21.11%
G = 38.89%
B = 40%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#132324 (or 0x132324) is known color: Swamp. HEX triplet: 13, 23 and 24. RGB value is (19,35,36). Sum of RGB (Red+Green+Blue) = 19+35+36=90 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.11% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 36 - color contains mainly: blue. Hex color #132324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132324 is #ECDCDB. Grayscale: #1E1E1E. Windows color (decimal): -15523036 or 2368275. OLE color: 2368275.

HSL color Cylindrical-coordinate representation of color #132324: hue angle of 183.53º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132324 is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 35 36 -
CMYK 0.47 0.03 0 0.86
HSL 183.53º 0.31% 0.11% -
HSV(B) 183.53º 0.47% 0.14% -
XYZ 1.19 1.47 1.89 -
YUV 30.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 19 35 36 0.47 0.03 0 0.86 183.53 0.31 0.11
Hex 13 23 24 2F 3 0 56 B8 1F B
Octal 23 43 44 57 3 0 126 270 37 13
Binary 10011 100011 100100 101111 11 0 1010110 10111000 11111 1011

Color Harmonies of #132324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132324

Black with #132324

Text Example


Text Example

White with #132324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132324; }

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

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

background-color css

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

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

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

border-color css

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

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

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