#11331A

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

Shades of Deep Fir #11331A

Tints of Deep Fir #11331A

Color information

#11331A (or 0x11331A) is unknown color: approx Deep Fir. HEX triplet: 11, 33 and 1A. RGB value is (17,51,26). Sum of RGB (Red+Green+Blue) = 17+51+26=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 51 (20.31% from 255 or 54.26% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 51 - color contains mainly: green. Hex color #11331A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11331A is #EECCE5. Grayscale: #262626. Windows color (decimal): -15650022 or 1717009. OLE color: 1717009.

HSL color Cylindrical-coordinate representation of color #11331A: hue angle of 135.88º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #11331A is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.8.

Color convert

RGB175126-
CMYK0.6700.490.8
HSL135.88º50%13.33%-
HSV(B)135.88º66.67%20%-
XYZ1.62.561.39-
YUV37.98121.24113.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.09%
GREEN value IS 51 (20.31% from 255) = 54.26%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=18.09%
G=54.26%
B=27.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1751260.6700.490.8135.885013.33
Hex11331A43031508832d
Octal2163321030611202106215
Binary1000111001111010100001101100011010000100010001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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