#11301E

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

Shades of Deep Fir #11301E

Tints of Deep Fir #11301E

Color information

#11301E (or 0x11301E) is unknown color: approx Deep Fir. HEX triplet: 11, 30 and 1E. RGB value is (17,48,30). Sum of RGB (Red+Green+Blue) = 17+48+30=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #11301E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11301E is #EECFE1. Grayscale: #242424. Windows color (decimal): -15650786 or 1978385. OLE color: 1978385.

HSL color Cylindrical-coordinate representation of color #11301E: hue angle of 145.16º 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 #11301E is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB174830-
CMYK0.6500.370.81
HSL145.16º47.69%12.75%-
HSV(B)145.16º64.58%18.82%-
XYZ1.522.331.6-
YUV36.68124.23113.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=17.89%
G=50.53%
B=31.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748300.6500.370.81145.1647.6912.75
Hex11301E41025519130d
Octal2160361010451212216015
Binary1000111000011110100000101001011010001100100011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11301E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11301E; }

 p { color: rgb(17,48,30); }

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

<style>
 a { background-color: #11301E; }

 a { background-color: rgb(17,48,30); }

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

<style>
 span { border-color: #11301E; }

 span { border-color: rgb(17,48,30); }

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