#11431F

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

Shades of Deep Fir #11431F

Tints of Deep Fir #11431F

Color information

#11431F (or 0x11431F) is unknown color: approx Deep Fir. HEX triplet: 11, 43 and 1F. RGB value is (17,67,31). Sum of RGB (Red+Green+Blue) = 17+67+31=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #11431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11431F is #EEBCE0. Grayscale: #303030. Windows color (decimal): -15645921 or 2048785. OLE color: 2048785.

HSL color Cylindrical-coordinate representation of color #11431F: hue angle of 136.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11431F is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB176731-
CMYK0.7500.540.74
HSL136.8º59.52%16.47%-
HSV(B)136.8º74.63%26.27%-
XYZ2.494.231.98-
YUV47.95118.44105.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.78%
GREEN value IS 67 (26.56% from 255) = 58.26%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=14.78%
G=58.26%
B=26.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767310.7500.540.74136.859.5216.47
Hex11431F4B0364A893c10
Octal21103371130661122117420
Binary100011000011111111001011011011010010101000100111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11431F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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