Html Css Color HEX #13341F Deep Fir

📋 copy color: '#13341F'

red 19 ◦ green 52 ◦ blue 31

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

Shades of Deep Fir #13341F

Tints of Deep Fir #13341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 50.98%

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

R = 18.63%
G = 50.98%
B = 30.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#13341F (or 0x13341F) is known color: Deep Fir. HEX triplet: 13, 34 and 1F. RGB value is (19,52,31). Sum of RGB (Red+Green+Blue) = 19+52+31=102 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.63% from 102); Green value is 52 (20.70% from 255 or 50.98% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 52 - color contains mainly: green. Hex color #13341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13341F is #ECCBE0. Grayscale: #272727. Windows color (decimal): -15518689 or 2044947. OLE color: 2044947.

HSL color Cylindrical-coordinate representation of color #13341F: hue angle of 141.82º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #13341F is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 52 31 -
CMYK 0.63 0 0.40 0.80
HSL 141.82º 0.46% 0.14% -
HSV(B) 141.82º 0.63% 0.2% -
XYZ 1.74 2.69 1.72 -
YUV 39.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 19 52 31 0.63 0 0.40 0.80 141.82 0.46 0.14
Hex 13 34 1F 3F 0 28 50 8E 2E E
Octal 23 64 37 77 0 50 120 216 56 16
Binary 10011 110100 11111 111111 0 101000 1010000 10001110 101110 1110

Color Harmonies of #13341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13341F

Black with #13341F

Text Example


Text Example

White with #13341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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