#1C2526

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

Shades of Swamp #1C2526

Tints of Swamp #1C2526

Color information

#1C2526 (or 0x1C2526) is unknown color: approx Swamp. HEX triplet: 1C, 25 and 26. RGB value is (28,37,38). Sum of RGB (Red+Green+Blue) = 28+37+38=103 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.18% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 38 - color contains mainly: blue. Hex color #1C2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2526 is #E3DAD9. Grayscale: #222222. Windows color (decimal): -14932698 or 2499868. OLE color: 2499868.

HSL color Cylindrical-coordinate representation of color #1C2526: hue angle of 186º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1C2526 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB283738-
CMYK0.260.0300.85
HSL186º15.15%12.94%-
HSV(B)186º26.32%14.9%-
XYZ1.491.712.09-
YUV34.42130.02123.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 27.18%
GREEN value IS 37 (14.84% from 255) = 35.92%
BLUE value IS 38 (15.23% from 255) = 36.89%
R=27.18%
G=35.92%
B=36.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2837380.260.0300.8518615.1512.94
Hex1C25261A3055bafd
Octal34454632301252721715
Binary111001001011001101101011010101011011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,37,38); }

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

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

 a { background-color: rgb(28,37,38); }

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

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

 span { border-color: rgb(28,37,38); }

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