#11351B

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

Shades of Deep Fir #11351B

Tints of Deep Fir #11351B

Color information

#11351B (or 0x11351B) is unknown color: approx Deep Fir. HEX triplet: 11, 35 and 1B. RGB value is (17,53,27). Sum of RGB (Red+Green+Blue) = 17+53+27=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 53 (21.09% from 255 or 54.64% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 53 - color contains mainly: green. Hex color #11351B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11351B is #EECAE4. Grayscale: #272727. Windows color (decimal): -15649509 or 1783057. OLE color: 1783057.

HSL color Cylindrical-coordinate representation of color #11351B: hue angle of 136.67º 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 #11351B is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB175327-
CMYK0.6800.490.79
HSL136.67º51.43%13.73%-
HSV(B)136.67º67.92%20.78%-
XYZ1.72.741.48-
YUV39.27121.07112.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 53 (21.09% from 255) = 54.64%
BLUE value IS 27 (10.94% from 255) = 27.84%
R=17.53%
G=54.64%
B=27.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1753270.6800.490.79136.6751.4313.73
Hex11351B440314F8933e
Octal2165331040611172116316
Binary1000111010111011100010001100011001111100010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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