#11301A

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

Shades of Deep Fir #11301A

Tints of Deep Fir #11301A

Color information

#11301A (or 0x11301A) is unknown color: approx Deep Fir. HEX triplet: 11, 30 and 1A. RGB value is (17,48,26). Sum of RGB (Red+Green+Blue) = 17+48+26=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 48 (19.14% from 255 or 52.75% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 48 - color contains mainly: green. Hex color #11301A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11301A is #EECFE5. Grayscale: #242424. Windows color (decimal): -15650790 or 1716241. OLE color: 1716241.

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

Color convert

RGB174826-
CMYK0.6500.460.81
HSL137.42º47.69%12.75%-
HSV(B)137.42º64.58%18.82%-
XYZ1.472.311.34-
YUV36.22122.23114.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.68%
GREEN value IS 48 (19.14% from 255) = 52.75%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=18.68%
G=52.75%
B=28.57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748260.6500.460.81137.4247.6912.75
Hex11301A4102E518930d
Octal2160321010561212116015
Binary1000111000011010100000101011101010001100010011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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