Html Css Color HEX #13431F Deep Fir

📋 copy color: '#13431F'

red 19 ◦ green 67 ◦ blue 31

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

Shades of Deep Fir #13431F

Tints of Deep Fir #13431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 57.26%

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

R = 16.24%
G = 57.26%
B = 26.5%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#13431F (or 0x13431F) is known color: Deep Fir. HEX triplet: 13, 43 and 1F. RGB value is (19,67,31). Sum of RGB (Red+Green+Blue) = 19+67+31=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #13431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13431F is #ECBCE0. Grayscale: #303030. Windows color (decimal): -15514849 or 2048787. OLE color: 2048787.

HSL color Cylindrical-coordinate representation of color #13431F: hue angle of 135º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #13431F is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB 19 67 31 -
CMYK 0.72 0 0.54 0.74
HSL 135º 0.56% 0.17% -
HSV(B) 135º 0.72% 0.26% -
XYZ 2.52 4.25 1.98 -
YUV 48.54 118.1 106.93 -
System Red Green Blue C M Y K H S L
Decimal 19 67 31 0.72 0 0.54 0.74 135 0.56 0.17
Hex 13 43 1F 48 0 36 4A 87 38 11
Octal 23 103 37 110 0 66 112 207 70 21
Binary 10011 1000011 11111 1001000 0 110110 1001010 10000111 111000 10001

Color Harmonies of #13431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13431F

Black with #13431F

Text Example


Text Example

White with #13431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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