#13331D

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

Shades of Deep Fir #13331D

Tints of Deep Fir #13331D

Color information

#13331D (or 0x13331D) is unknown color: approx Deep Fir. HEX triplet: 13, 33 and 1D. RGB value is (19,51,29). Sum of RGB (Red+Green+Blue) = 19+51+29=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #13331D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13331D is #ECCCE2. Grayscale: #262626. Windows color (decimal): -15518947 or 1913619. OLE color: 1913619.

HSL color Cylindrical-coordinate representation of color #13331D: hue angle of 138.75º 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 #13331D is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB195129-
CMYK0.6300.430.8
HSL138.75º45.71%13.73%-
HSV(B)138.75º62.75%20%-
XYZ1.672.591.58-
YUV38.92122.4113.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 19.19%
GREEN value IS 51 (20.31% from 255) = 51.52%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=19.19%
G=51.52%
B=29.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1951290.6300.430.8138.7545.7113.73
Hex13331D3F02B508b2ee
Octal236335770531202135616
Binary100111100111110111111101010111010000100010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13331D; }

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

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

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

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

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

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

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

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