#11441F

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

Shades of Deep Fir #11441F

Tints of Deep Fir #11441F

Color information

#11441F (or 0x11441F) is unknown color: approx Deep Fir. HEX triplet: 11, 44 and 1F. RGB value is (17,68,31). Sum of RGB (Red+Green+Blue) = 17+68+31=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 68 (26.95% from 255 or 58.62% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 68 - color contains mainly: green. Hex color #11441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11441F is #EEBBE0. Grayscale: #303030. Windows color (decimal): -15645665 or 2049041. OLE color: 2049041.

HSL color Cylindrical-coordinate representation of color #11441F: hue angle of 136.47º 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 #11441F is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB176831-
CMYK0.7500.540.73
HSL136.47º60%16.67%-
HSV(B)136.47º75%26.67%-
XYZ2.554.352-
YUV48.53118.1105.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 68 (26.95% from 255) = 58.62%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=14.66%
G=58.62%
B=26.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768310.7500.540.73136.476016.67
Hex11441F4B03649883c11
Octal21104371130661112107421
Binary100011000100111111001011011011010010011000100011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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