Html Css Color HEX #293031 Swamp

📋 copy color: '#293031'

red 41 ◦ green 48 ◦ blue 49

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

Shades of Swamp #293031

Tints of Swamp #293031

RGB

 RED value IS 41 (16.41% from 255) = 29.71%

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

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

R = 29.71%
G = 34.78%
B = 35.51%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#293031 (or 0x293031) is known color: Swamp. HEX triplet: 29, 30 and 31. RGB value is (41,48,49). Sum of RGB (Red+Green+Blue) = 41+48+49=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 49 - color contains mainly: blue. Hex color #293031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293031 is #D6CFCE. Grayscale: #2E2E2E. Windows color (decimal): -14077903 or 3223593. OLE color: 3223593.

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

Color convert

RGB 41 48 49 -
CMYK 0.16 0.02 0 0.81
HSL 187.5º 0.09% 0.18% -
HSV(B) 187.5º 0.16% 0.19% -
XYZ 2.53 2.81 3.31 -
YUV 46.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 41 48 49 0.16 0.02 0 0.81 187.5 0.09 0.18
Hex 29 30 31 10 2 0 51 BC 9 12
Octal 51 60 61 20 2 0 121 274 11 22
Binary 101001 110000 110001 10000 10 0 1010001 10111100 1001 10010

Color Harmonies of #293031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293031

Black with #293031

Text Example


Text Example

White with #293031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293031; }

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

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

background-color css

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

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

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

border-color css

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

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

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