Html Css Color HEX #153031 Swamp

📋 copy color: '#153031'

red 21 ◦ green 48 ◦ blue 49

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

Shades of Swamp #153031

Tints of Swamp #153031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.68%

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

R = 17.8%
G = 40.68%
B = 41.53%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#153031 (or 0x153031) is known color: Swamp. HEX triplet: 15, 30 and 31. RGB value is (21,48,49). Sum of RGB (Red+Green+Blue) = 21+48+49=118 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.80% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: blue. Hex color #153031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153031 is #EACFCE. Grayscale: #282828. Windows color (decimal): -15388623 or 3223573. OLE color: 3223573.

HSL color Cylindrical-coordinate representation of color #153031: hue angle of 182.14º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #153031 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 48 49 -
CMYK 0.57 0.02 0 0.81
HSL 182.14º 0.4% 0.14% -
HSV(B) 182.14º 0.57% 0.19% -
XYZ 1.92 2.5 3.29 -
YUV 40.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 21 48 49 0.57 0.02 0 0.81 182.14 0.4 0.14
Hex 15 30 31 39 2 0 51 B6 28 E
Octal 25 60 61 71 2 0 121 266 50 16
Binary 10101 110000 110001 111001 10 0 1010001 10110110 101000 1110

Color Harmonies of #153031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153031

Black with #153031

Text Example


Text Example

White with #153031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153031; }

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

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

background-color css

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

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

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

border-color css

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

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

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