#13301C

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

Shades of Deep Fir #13301C

Tints of Deep Fir #13301C

Color information

#13301C (or 0x13301C) is unknown color: approx Deep Fir. HEX triplet: 13, 30 and 1C. RGB value is (19,48,28). Sum of RGB (Red+Green+Blue) = 19+48+28=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 48 (19.14% from 255 or 50.53% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 48 - color contains mainly: green. Hex color #13301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13301C is #ECCFE3. Grayscale: #252525. Windows color (decimal): -15519716 or 1847315. OLE color: 1847315.

HSL color Cylindrical-coordinate representation of color #13301C: hue angle of 138.62º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #13301C is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB194828-
CMYK0.6000.420.81
HSL138.62º43.28%13.14%-
HSV(B)138.62º60.42%18.82%-
XYZ1.542.341.47-
YUV37.05122.89115.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20%
GREEN value IS 48 (19.14% from 255) = 50.53%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=20%
G=50.53%
B=29.47%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948280.6000.420.81138.6243.2813.14
Hex13301C3C02A518b2bd
Octal236034740521212135315
Binary100111100001110011110001010101010001100010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13301C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13301C; }

 p { color: rgb(19,48,28); }

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

<style>
 a { background-color: #13301C; }

 a { background-color: rgb(19,48,28); }

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

<style>
 span { border-color: #13301C; }

 span { border-color: rgb(19,48,28); }

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