#11441D

Color #11441D Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #11441D

Tints of Deep Fir #11441D

Color information

#11441D (or 0x11441D) is unknown color: approx Deep Fir. HEX triplet: 11, 44 and 1D. RGB value is (17,68,29). Sum of RGB (Red+Green+Blue) = 17+68+29=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 68 (26.95% from 255 or 59.65% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 68 - color contains mainly: green. Hex color #11441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11441D is #EEBBE2. Grayscale: #303030. Windows color (decimal): -15645667 or 1917969. OLE color: 1917969.

HSL color Cylindrical-coordinate representation of color #11441D: hue angle of 134.12º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11441D is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB176829-
CMYK0.7500.570.73
HSL134.12º60%16.67%-
HSV(B)134.12º75%26.67%-
XYZ2.524.341.87-
YUV48.3117.1105.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.91%
GREEN value IS 68 (26.95% from 255) = 59.65%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=14.91%
G=59.65%
B=25.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768290.7500.570.73134.126016.67
Hex11441D4B03949863c11
Octal21104351130711112067421
Binary100011000100111011001011011100110010011000011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11441D; }

 p { color: rgb(17,68,29); }

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

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

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

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

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

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

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