Html Css Color HEX #13361D Deep Fir

📋 copy color: '#13361D'

red 19 ◦ green 54 ◦ blue 29

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

Shades of Deep Fir #13361D

Tints of Deep Fir #13361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 52.94%

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

R = 18.63%
G = 52.94%
B = 28.43%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.79

RGB Variations

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

Color information

#13361D (or 0x13361D) is known color: Deep Fir. HEX triplet: 13, 36 and 1D. RGB value is (19,54,29). Sum of RGB (Red+Green+Blue) = 19+54+29=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #13361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13361D is #ECC9E2. Grayscale: #282828. Windows color (decimal): -15518179 or 1914387. OLE color: 1914387.

HSL color Cylindrical-coordinate representation of color #13361D: hue angle of 137.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #13361D is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 29 -
CMYK 0.65 0 0.46 0.79
HSL 137.14º 0.48% 0.14% -
HSV(B) 137.14º 0.65% 0.21% -
XYZ 1.81 2.87 1.62 -
YUV 40.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 19 54 29 0.65 0 0.46 0.79 137.14 0.48 0.14
Hex 13 36 1D 41 0 2E 4F 89 30 E
Octal 23 66 35 101 0 56 117 211 60 16
Binary 10011 110110 11101 1000001 0 101110 1001111 10001001 110000 1110

Color Harmonies of #13361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13361D

Black with #13361D

Text Example


Text Example

White with #13361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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