#11301B

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

Shades of Deep Fir #11301B

Tints of Deep Fir #11301B

Color information

#11301B (or 0x11301B) is unknown color: approx Deep Fir. HEX triplet: 11, 30 and 1B. RGB value is (17,48,27). Sum of RGB (Red+Green+Blue) = 17+48+27=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 48 (19.14% from 255 or 52.17% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 48 - color contains mainly: green. Hex color #11301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11301B is #EECFE4. Grayscale: #242424. Windows color (decimal): -15650789 or 1781777. OLE color: 1781777.

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

Color convert

RGB174827-
CMYK0.6500.440.81
HSL139.35º47.69%12.75%-
HSV(B)139.35º64.58%18.82%-
XYZ1.492.311.4-
YUV36.34122.73114.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 48 (19.14% from 255) = 52.17%
BLUE value IS 27 (10.94% from 255) = 29.35%
R=18.48%
G=52.17%
B=29.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1748270.6500.440.81139.3547.6912.75
Hex11301B4102C518b30d
Octal2160331010541212136015
Binary1000111000011011100000101011001010001100010111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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