Html Css Color HEX #13361A Deep Fir

📋 copy color: '#13361A'

red 19 ◦ green 54 ◦ blue 26

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

Shades of Deep Fir #13361A

Tints of Deep Fir #13361A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26.26%

R = 19.19%
G = 54.55%
B = 26.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.79

RGB Variations

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

Color information

#13361A (or 0x13361A) is known color: Deep Fir. HEX triplet: 13, 36 and 1A. RGB value is (19,54,26). Sum of RGB (Red+Green+Blue) = 19+54+26=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #13361A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13361A is #ECC9E5. Grayscale: #282828. Windows color (decimal): -15518182 or 1717779. OLE color: 1717779.

HSL color Cylindrical-coordinate representation of color #13361A: hue angle of 132º 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 #13361A is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.

Color convert

RGB 19 54 26 -
CMYK 0.65 0 0.52 0.79
HSL 132º 0.48% 0.14% -
HSV(B) 132º 0.65% 0.21% -
XYZ 1.77 2.85 1.43 -
YUV 40.34 119.9 112.78 -
System Red Green Blue C M Y K H S L
Decimal 19 54 26 0.65 0 0.52 0.79 132 0.48 0.14
Hex 13 36 1A 41 0 34 4F 84 30 E
Octal 23 66 32 101 0 64 117 204 60 16
Binary 10011 110110 11010 1000001 0 110100 1001111 10000100 110000 1110

Color Harmonies of #13361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13361A

Black with #13361A

Text Example


Text Example

White with #13361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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