Html Css Color HEX #1D2829 Swamp

📋 copy color: '#1D2829'

red 29 ◦ green 40 ◦ blue 41

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

Shades of Swamp #1D2829

Tints of Swamp #1D2829

RGB

 RED value IS 29 (11.72% from 255) = 26.36%

 GREEN value IS 40 (16.02% from 255) = 36.36%

 BLUE value IS 41 (16.41% from 255) = 37.27%

R = 26.36%
G = 36.36%
B = 37.27%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1D2829 (or 0x1D2829) is known color: Swamp. HEX triplet: 1D, 28 and 29. RGB value is (29,40,41). Sum of RGB (Red+Green+Blue) = 29+40+41=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 41 - color contains mainly: blue. Hex color #1D2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2829 is #E2D7D6. Grayscale: #242424. Windows color (decimal): -14866391 or 2697245. OLE color: 2697245.

HSL color Cylindrical-coordinate representation of color #1D2829: hue angle of 185º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1D2829 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 29 40 41 -
CMYK 0.29 0.02 0 0.84
HSL 185º 0.17% 0.14% -
HSV(B) 185º 0.29% 0.16% -
XYZ 1.67 1.94 2.38 -
YUV 36.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 29 40 41 0.29 0.02 0 0.84 185 0.17 0.14
Hex 1D 28 29 1D 2 0 54 B9 11 E
Octal 35 50 51 35 2 0 124 271 21 16
Binary 11101 101000 101001 11101 10 0 1010100 10111001 10001 1110

Color Harmonies of #1D2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2829

Black with #1D2829

Text Example


Text Example

White with #1D2829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D2829; }

 p { color: rgb(29,40,41); }

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

background-color css

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

 a { background-color: rgb(29,40,41); }

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

border-color css

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

 span { border-color: rgb(29,40,41); }

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