#112727

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

Shades of Swamp #112727

Tints of Swamp #112727

Color information

#112727 (or 0x112727) is unknown color: approx Swamp. HEX triplet: 11, 27 and 27. RGB value is (17,39,39). Sum of RGB (Red+Green+Blue) = 17+39+39=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 39 - color contains mainly: green, blue. Hex color #112727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112727 is #EED8D8. Grayscale: #202020. Windows color (decimal): -15653081 or 2565905. OLE color: 2565905.

HSL color Cylindrical-coordinate representation of color #112727: hue angle of 180º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #112727 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB173939-
CMYK0.56000.85
HSL180º39.29%10.98%-
HSV(B)180º56.41%15.29%-
XYZ1.321.722.18-
YUV32.42131.71117-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 39 (15.62% from 255) = 41.05%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=17.89%
G=41.05%
B=41.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1739390.56000.8518039.2910.98
Hex112727380055b427b
Octal21474770001252644713
Binary10001100111100111111000001010101101101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112727; }

 p { color: rgb(17,39,39); }

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

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

 a { background-color: rgb(17,39,39); }

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

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

 span { border-color: rgb(17,39,39); }

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