Html Css Color HEX #153231 Swamp

📋 copy color: '#153231'

red 21 ◦ green 50 ◦ blue 49

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

Shades of Swamp #153231

Tints of Swamp #153231

RGB

 RED value IS 21 (8.59% from 255) = 17.5%

 GREEN value IS 50 (19.92% from 255) = 41.67%

 BLUE value IS 49 (19.53% from 255) = 40.83%

R = 17.5%
G = 41.67%
B = 40.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.80

RGB Variations

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

Color information

#153231 (or 0x153231) is known color: Swamp. HEX triplet: 15, 32 and 31. RGB value is (21,50,49). Sum of RGB (Red+Green+Blue) = 21+50+49=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #153231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153231 is #EACDCE. Grayscale: #292929. Windows color (decimal): -15388111 or 3224085. OLE color: 3224085.

HSL color Cylindrical-coordinate representation of color #153231: hue angle of 177.93º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #153231 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 50 49 -
CMYK 0.58 0 0.02 0.80
HSL 177.93º 0.41% 0.14% -
HSV(B) 177.93º 0.58% 0.2% -
XYZ 2 2.66 3.31 -
YUV 41.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 21 50 49 0.58 0 0.02 0.80 177.93 0.41 0.14
Hex 15 32 31 3A 0 2 50 B2 29 E
Octal 25 62 61 72 0 2 120 262 51 16
Binary 10101 110010 110001 111010 0 10 1010000 10110010 101001 1110

Color Harmonies of #153231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153231

Black with #153231

Text Example


Text Example

White with #153231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153231; }

 p { color: rgb(21,50,49); }

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

background-color css

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

 a { background-color: rgb(21,50,49); }

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

border-color css

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

 span { border-color: rgb(21,50,49); }

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