Html Css Color HEX #13481D Deep Fir

📋 copy color: '#13481D'

red 19 ◦ green 72 ◦ blue 29

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

Shades of Deep Fir #13481D

Tints of Deep Fir #13481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 60%

 BLUE value IS 29 (11.72% from 255) = 24.17%

R = 15.83%
G = 60%
B = 24.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#13481D (or 0x13481D) is known color: Deep Fir. HEX triplet: 13, 48 and 1D. RGB value is (19,72,29). Sum of RGB (Red+Green+Blue) = 19+72+29=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #13481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13481D is #ECB7E2. Grayscale: #333333. Windows color (decimal): -15513571 or 1918995. OLE color: 1918995.

HSL color Cylindrical-coordinate representation of color #13481D: hue angle of 131.32º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #13481D is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 19 72 29 -
CMYK 0.74 0 0.60 0.72
HSL 131.32º 0.58% 0.18% -
HSV(B) 131.32º 0.74% 0.28% -
XYZ 2.81 4.86 1.95 -
YUV 51.25 115.44 105 -
System Red Green Blue C M Y K H S L
Decimal 19 72 29 0.74 0 0.60 0.72 131.32 0.58 0.18
Hex 13 48 1D 4A 0 3C 48 83 3A 12
Octal 23 110 35 112 0 74 110 203 72 22
Binary 10011 1001000 11101 1001010 0 111100 1001000 10000011 111010 10010

Color Harmonies of #13481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13481D

Black with #13481D

Text Example


Text Example

White with #13481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13481D;
 }
 .AnyTagClassName
 {
   color: #13481D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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