Html Css Color HEX #13441F Deep Fir

📋 copy color: '#13441F'

red 19 ◦ green 68 ◦ blue 31

#13441F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #13441F

Tints of Deep Fir #13441F

RGB

 RED value IS 19 (7.81% from 255) = 16.1%

 GREEN value IS 68 (26.95% from 255) = 57.63%

 BLUE value IS 31 (12.5% from 255) = 26.27%

R = 16.1%
G = 57.63%
B = 26.27%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#13441F (or 0x13441F) is known color: Deep Fir. HEX triplet: 13, 44 and 1F. RGB value is (19,68,31). Sum of RGB (Red+Green+Blue) = 19+68+31=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #13441F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13441F is #ECBBE0. Grayscale: #313131. Windows color (decimal): -15514593 or 2049043. OLE color: 2049043.

HSL color Cylindrical-coordinate representation of color #13441F: hue angle of 134.69º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13441F is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 19 68 31 -
CMYK 0.72 0 0.54 0.73
HSL 134.69º 0.56% 0.17% -
HSV(B) 134.69º 0.72% 0.27% -
XYZ 2.58 4.37 2 -
YUV 49.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 19 68 31 0.72 0 0.54 0.73 134.69 0.56 0.17
Hex 13 44 1F 48 0 36 49 87 38 11
Octal 23 104 37 110 0 66 111 207 70 21
Binary 10011 1000100 11111 1001000 0 110110 1001001 10000111 111000 10001

Color Harmonies of #13441F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13441F

Black with #13441F

Text Example


Text Example

White with #13441F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13441F; }

 p { color: rgb(19,68,31); }

 H1.HeaderClassName
 {
   color: #13441F;
 }
 .AnyTagClassName
 {
   color: #13441F;
 }
</style>

background-color css

<style>
 a { background-color: #13441F; }

 a { background-color: rgb(19,68,31); }

 div.DivClassName
 {
   background-color: #13441F;
 }
 .BgClassName
 {
   background-color: #13441F;
 }
</style>

border-color css

<style>
 span { border-color: #13441F; }

 span { border-color: rgb(19,68,31); }

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