#11351F

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

Shades of Deep Fir #11351F

Tints of Deep Fir #11351F

Color information

#11351F (or 0x11351F) is unknown color: approx Deep Fir. HEX triplet: 11, 35 and 1F. RGB value is (17,53,31). Sum of RGB (Red+Green+Blue) = 17+53+31=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #11351F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11351F is #EECAE0. Grayscale: #272727. Windows color (decimal): -15649505 or 2045201. OLE color: 2045201.

HSL color Cylindrical-coordinate representation of color #11351F: hue angle of 143.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #11351F is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB175331-
CMYK0.6800.420.79
HSL143.33º51.43%13.73%-
HSV(B)143.33º67.92%20.78%-
XYZ1.752.761.74-
YUV39.73123.07111.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 16.83%
GREEN value IS 53 (21.09% from 255) = 52.48%
BLUE value IS 31 (12.5% from 255) = 30.69%
R=16.83%
G=52.48%
B=30.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753310.6800.420.79143.3351.4313.73
Hex11351F4402A4F8f33e
Octal2165371040521172176316
Binary1000111010111111100010001010101001111100011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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