#11381A

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

Shades of Deep Fir #11381A

Tints of Deep Fir #11381A

Color information

#11381A (or 0x11381A) is unknown color: approx Deep Fir. HEX triplet: 11, 38 and 1A. RGB value is (17,56,26). Sum of RGB (Red+Green+Blue) = 17+56+26=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 56 (22.27% from 255 or 56.57% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 56 - color contains mainly: green. Hex color #11381A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11381A is #EEC7E5. Grayscale: #292929. Windows color (decimal): -15648742 or 1718289. OLE color: 1718289.

HSL color Cylindrical-coordinate representation of color #11381A: hue angle of 133.85º 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 #11381A is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB175626-
CMYK0.7000.540.78
HSL133.85º53.42%14.31%-
HSV(B)133.85º69.64%21.96%-
XYZ1.833.021.46-
YUV40.92119.58110.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.17%
GREEN value IS 56 (22.27% from 255) = 56.57%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=17.17%
G=56.57%
B=26.26%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1756260.7000.540.78133.8553.4214.31
Hex11381A460364E8635e
Octal2170321060661162066516
Binary1000111100011010100011001101101001110100001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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