#133319

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

Shades of Deep Fir #133319

Tints of Deep Fir #133319

Color information

#133319 (or 0x133319) is unknown color: approx Deep Fir. HEX triplet: 13, 33 and 19. RGB value is (19,51,25). Sum of RGB (Red+Green+Blue) = 19+51+25=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 51 (20.31% from 255 or 53.68% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 51 - color contains mainly: green. Hex color #133319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133319 is #ECCCE6. Grayscale: #262626. Windows color (decimal): -15518951 or 1651475. OLE color: 1651475.

HSL color Cylindrical-coordinate representation of color #133319: hue angle of 131.25º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133319 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB195125-
CMYK0.6300.510.8
HSL131.25º45.71%13.73%-
HSV(B)131.25º62.75%20%-
XYZ1.632.581.33-
YUV38.47120.4114.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 51 (20.31% from 255) = 53.68%
BLUE value IS 25 (10.16% from 255) = 26.32%
R=20%
G=53.68%
B=26.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951250.6300.510.8131.2545.7113.73
Hex1333193F03350832ee
Octal236331770631202035616
Binary100111100111100111111101100111010000100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133319; }

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

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

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

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

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

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

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

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