#1C2829

Color #1C2829 Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #1C2829

Tints of Swamp #1C2829

Color information

#1C2829 (or 0x1C2829) is unknown color: approx Swamp. HEX triplet: 1C, 28 and 29. RGB value is (28,40,41). Sum of RGB (Red+Green+Blue) = 28+40+41=109 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.69% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2829 is #E3D7D6. Grayscale: #242424. Windows color (decimal): -14931927 or 2697244. OLE color: 2697244.

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

Color convert

RGB284041-
CMYK0.320.0200.84
HSL184.62º18.84%13.53%-
HSV(B)184.62º31.71%16.08%-
XYZ1.641.922.38-
YUV36.53130.52121.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.69%
GREEN value IS 40 (16.02% from 255) = 36.70%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=25.69%
G=36.70%
B=37.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2840410.320.0200.84184.6218.8413.53
Hex1C2829202054b913e
Octal34505140201242712316
Binary11100101000101001100000100101010010111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C2829;
 }
 .AnyTagClassName
 {
   color: #1C2829;
 }
</style>
background-color css

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

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

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

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

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

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