Html Css Color HEX #13411D Deep Fir

📋 copy color: '#13411D'

red 19 ◦ green 65 ◦ blue 29

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

Shades of Deep Fir #13411D

Tints of Deep Fir #13411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 57.52%

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

R = 16.81%
G = 57.52%
B = 25.66%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#13411D (or 0x13411D) is known color: Deep Fir. HEX triplet: 13, 41 and 1D. RGB value is (19,65,29). Sum of RGB (Red+Green+Blue) = 19+65+29=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #13411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13411D is #ECBEE2. Grayscale: #2F2F2F. Windows color (decimal): -15515363 or 1917203. OLE color: 1917203.

HSL color Cylindrical-coordinate representation of color #13411D: hue angle of 133.04º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #13411D is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 29 -
CMYK 0.71 0 0.55 0.75
HSL 133.04º 0.55% 0.16% -
HSV(B) 133.04º 0.71% 0.25% -
XYZ 2.38 4.01 1.81 -
YUV 47.14 117.76 107.93 -
System Red Green Blue C M Y K H S L
Decimal 19 65 29 0.71 0 0.55 0.75 133.04 0.55 0.16
Hex 13 41 1D 47 0 37 4B 85 37 10
Octal 23 101 35 107 0 67 113 205 67 20
Binary 10011 1000001 11101 1000111 0 110111 1001011 10000101 110111 10000

Color Harmonies of #13411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13411D

Black with #13411D

Text Example


Text Example

White with #13411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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