#13381E

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

Shades of Deep Fir #13381E

Tints of Deep Fir #13381E

Color information

#13381E (or 0x13381E) is unknown color: approx Deep Fir. HEX triplet: 13, 38 and 1E. RGB value is (19,56,30). Sum of RGB (Red+Green+Blue) = 19+56+30=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #13381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13381E is #ECC7E1. Grayscale: #2A2A2A. Windows color (decimal): -15517666 or 1980435. OLE color: 1980435.

HSL color Cylindrical-coordinate representation of color #13381E: hue angle of 137.84º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #13381E is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB195630-
CMYK0.6600.460.78
HSL137.84º49.33%14.71%-
HSV(B)137.84º66.07%21.96%-
XYZ1.923.061.72-
YUV41.97121.24111.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 56 (22.27% from 255) = 53.33%
BLUE value IS 30 (12.11% from 255) = 28.57%
R=18.10%
G=53.33%
B=28.57%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1956300.6600.460.78137.8449.3314.71
Hex13381E4202E4E8a31f
Octal2370361020561162126117
Binary1001111100011110100001001011101001110100010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13381E; }

 p { color: rgb(19,56,30); }

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

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

 a { background-color: rgb(19,56,30); }

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

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

 span { border-color: rgb(19,56,30); }

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