#13391B

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

Shades of Deep Fir #13391B

Tints of Deep Fir #13391B

Color information

#13391B (or 0x13391B) is unknown color: approx Deep Fir. HEX triplet: 13, 39 and 1B. RGB value is (19,57,27). Sum of RGB (Red+Green+Blue) = 19+57+27=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #13391B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13391B is #ECC6E4. Grayscale: #2A2A2A. Windows color (decimal): -15517413 or 1784083. OLE color: 1784083.

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

Color convert

RGB195727-
CMYK0.6700.530.78
HSL132.63º50%14.9%-
HSV(B)132.63º66.67%22.35%-
XYZ1.933.141.54-
YUV42.22119.41111.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 57 (22.66% from 255) = 55.34%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=18.45%
G=55.34%
B=26.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1957270.6700.530.78132.635014.9
Hex13391B430354E8532f
Octal2371331030651162056217
Binary1001111100111011100001101101011001110100001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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