#11341A

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

Shades of Deep Fir #11341A

Tints of Deep Fir #11341A

Color information

#11341A (or 0x11341A) is unknown color: approx Deep Fir. HEX triplet: 11, 34 and 1A. RGB value is (17,52,26). Sum of RGB (Red+Green+Blue) = 17+52+26=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #11341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11341A is #EECBE5. Grayscale: #262626. Windows color (decimal): -15649766 or 1717265. OLE color: 1717265.

HSL color Cylindrical-coordinate representation of color #11341A: hue angle of 135.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11341A is Cyan = 0.67, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB175226-
CMYK0.6700.500.80
HSL135.43º50.72%13.53%-
HSV(B)135.43º67.31%20.39%-
XYZ1.652.651.4-
YUV38.57120.9112.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 52 (20.70% from 255) = 54.74%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=17.89%
G=54.74%
B=27.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752260.6700.500.80135.4350.7213.53
Hex11341A43032508733e
Octal2164321030621202076316
Binary1000111010011010100001101100101010000100001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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