#133119

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

Shades of Deep Fir #133119

Tints of Deep Fir #133119

Color information

#133119 (or 0x133119) is unknown color: approx Deep Fir. HEX triplet: 13, 31 and 19. RGB value is (19,49,25). Sum of RGB (Red+Green+Blue) = 19+49+25=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 49 (19.53% from 255 or 52.69% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 49 - color contains mainly: green. Hex color #133119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133119 is #ECCEE6. Grayscale: #252525. Windows color (decimal): -15519463 or 1650963. OLE color: 1650963.

HSL color Cylindrical-coordinate representation of color #133119: hue angle of 132º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #133119 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB194925-
CMYK0.6100.490.81
HSL132º44.12%13.33%-
HSV(B)132º61.22%19.22%-
XYZ1.542.411.3-
YUV37.29121.06114.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.43%
GREEN value IS 49 (19.53% from 255) = 52.69%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=20.43%
G=52.69%
B=26.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1949250.6100.490.8113244.1213.33
Hex1331193D03151842cd
Octal236131750611212045415
Binary100111100011100111110101100011010001100001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133119; }

 p { color: rgb(19,49,25); }

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

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

 a { background-color: rgb(19,49,25); }

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

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

 span { border-color: rgb(19,49,25); }

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