#11311B

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

Shades of Deep Fir #11311B

Tints of Deep Fir #11311B

Color information

#11311B (or 0x11311B) is unknown color: approx Deep Fir. HEX triplet: 11, 31 and 1B. RGB value is (17,49,27). Sum of RGB (Red+Green+Blue) = 17+49+27=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #11311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11311B is #EECEE4. Grayscale: #242424. Windows color (decimal): -15650533 or 1782033. OLE color: 1782033.

HSL color Cylindrical-coordinate representation of color #11311B: hue angle of 138.75º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11311B is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB174927-
CMYK0.6500.450.81
HSL138.75º48.48%12.94%-
HSV(B)138.75º65.31%19.22%-
XYZ1.532.391.42-
YUV36.92122.4113.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.28%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=18.28%
G=52.69%
B=29.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749270.6500.450.81138.7548.4812.94
Hex11311B4102D518b30d
Octal2161331010551212136015
Binary1000111000111011100000101011011010001100010111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11311B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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