#11381B

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

Shades of Deep Fir #11381B

Tints of Deep Fir #11381B

Color information

#11381B (or 0x11381B) is unknown color: approx Deep Fir. HEX triplet: 11, 38 and 1B. RGB value is (17,56,27). Sum of RGB (Red+Green+Blue) = 17+56+27=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #11381B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11381B is #EEC7E4. Grayscale: #292929. Windows color (decimal): -15648741 or 1783825. OLE color: 1783825.

HSL color Cylindrical-coordinate representation of color #11381B: hue angle of 135.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11381B is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB175627-
CMYK0.7000.520.78
HSL135.38º53.42%14.31%-
HSV(B)135.38º69.64%21.96%-
XYZ1.843.031.52-
YUV41.03120.08110.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17%
GREEN value IS 56 (22.27% from 255) = 56%
BLUE value IS 27 (10.94% from 255) = 27%
R=17%
G=56%
B=27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756270.7000.520.78135.3853.4214.31
Hex11381B460344E8735e
Octal2170331060641162076516
Binary1000111100011011100011001101001001110100001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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