#13361B

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

Shades of Deep Fir #13361B

Tints of Deep Fir #13361B

Color information

#13361B (or 0x13361B) is unknown color: approx Deep Fir. HEX triplet: 13, 36 and 1B. RGB value is (19,54,27). Sum of RGB (Red+Green+Blue) = 19+54+27=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #13361B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13361B is #ECC9E4. Grayscale: #282828. Windows color (decimal): -15518181 or 1783315. OLE color: 1783315.

HSL color Cylindrical-coordinate representation of color #13361B: hue angle of 133.71º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13361B is Cyan = 0.65, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.79.

Color convert

RGB195427-
CMYK0.6500.50.79
HSL133.71º47.95%14.31%-
HSV(B)133.71º64.81%21.18%-
XYZ1.792.861.49-
YUV40.46120.4112.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19%
GREEN value IS 54 (21.48% from 255) = 54%
BLUE value IS 27 (10.94% from 255) = 27%
R=19%
G=54%
B=27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1954270.6500.50.79133.7147.9514.31
Hex13361B410324F8630e
Octal2366331010621172066016
Binary1001111011011011100000101100101001111100001101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13361B; }

 p { color: rgb(19,54,27); }

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

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

 a { background-color: rgb(19,54,27); }

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

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

 span { border-color: rgb(19,54,27); }

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