#1C3031

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

Shades of Swamp #1C3031

Tints of Swamp #1C3031

Color information

#1C3031 (or 0x1C3031) is unknown color: approx Swamp. HEX triplet: 1C, 30 and 31. RGB value is (28,48,49). Sum of RGB (Red+Green+Blue) = 28+48+49=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 49 - color contains mainly: blue. Hex color #1C3031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3031 is #E3CFCE. Grayscale: #2A2A2A. Windows color (decimal): -14929871 or 3223580. OLE color: 3223580.

HSL color Cylindrical-coordinate representation of color #1C3031: hue angle of 182.86º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C3031 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB284849-
CMYK0.430.0200.81
HSL182.86º27.27%15.1%-
HSV(B)182.86º42.86%19.22%-
XYZ2.092.583.29-
YUV42.13131.87117.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.4%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=22.4%
G=38.4%
B=39.2%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2848490.430.0200.81182.8627.2715.1
Hex1C30312B2051b71bf
Octal34606153201212673317
Binary11100110000110001101011100101000110110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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