#13371B

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

Shades of Deep Fir #13371B

Tints of Deep Fir #13371B

Color information

#13371B (or 0x13371B) is unknown color: approx Deep Fir. HEX triplet: 13, 37 and 1B. RGB value is (19,55,27). Sum of RGB (Red+Green+Blue) = 19+55+27=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #13371B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13371B is #ECC8E4. Grayscale: #292929. Windows color (decimal): -15517925 or 1783571. OLE color: 1783571.

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

Color convert

RGB195527-
CMYK0.6500.510.78
HSL133.33º48.65%14.51%-
HSV(B)133.33º65.45%21.57%-
XYZ1.832.951.51-
YUV41.04120.07112.28-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 55 (21.88% from 255) = 54.46%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=18.81%
G=54.46%
B=26.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1955270.6500.510.78133.3348.6514.51
Hex13371B410334E8531f
Octal2367331010631162056117
Binary1001111011111011100000101100111001110100001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13371B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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