#1C3333

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

Shades of Swamp #1C3333

Tints of Swamp #1C3333

Color information

#1C3333 (or 0x1C3333) is unknown color: approx Swamp. HEX triplet: 1C, 33 and 33. RGB value is (28,51,51). Sum of RGB (Red+Green+Blue) = 28+51+51=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 51 (20.31% from 255 or 39.23% from 130); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #1C3333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3333 is #E3CCCC. Grayscale: #2C2C2C. Windows color (decimal): -14929101 or 3355420. OLE color: 3355420.

HSL color Cylindrical-coordinate representation of color #1C3333: hue angle of 180º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1C3333 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB285151-
CMYK0.45000.8
HSL180º29.11%15.49%-
HSV(B)180º45.1%20%-
XYZ2.262.853.56-
YUV44.12131.88116.5-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.54%
GREEN value IS 51 (20.31% from 255) = 39.23%
BLUE value IS 51 (20.31% from 255) = 39.23%
R=21.54%
G=39.23%
B=39.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2851510.45000.818029.1115.49
Hex1C33332D0050b41df
Octal34636355001202643517
Binary1110011001111001110110100101000010110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,51,51); }

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

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

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

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

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

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

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