Html Css Color HEX #13411C Deep Fir

📋 copy color: '#13411C'

red 19 ◦ green 65 ◦ blue 28

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

Shades of Deep Fir #13411C

Tints of Deep Fir #13411C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25%

R = 16.96%
G = 58.04%
B = 25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#13411C (or 0x13411C) is known color: Deep Fir. HEX triplet: 13, 41 and 1C. RGB value is (19,65,28). Sum of RGB (Red+Green+Blue) = 19+65+28=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 65 (25.78% from 255 or 58.04% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 65 - color contains mainly: green. Hex color #13411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13411C is #ECBEE3. Grayscale: #2F2F2F. Windows color (decimal): -15515364 or 1851667. OLE color: 1851667.

HSL color Cylindrical-coordinate representation of color #13411C: hue angle of 131.74º 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 #13411C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 65 28 -
CMYK 0.71 0 0.57 0.75
HSL 131.74º 0.55% 0.16% -
HSV(B) 131.74º 0.71% 0.25% -
XYZ 2.37 4 1.75 -
YUV 47.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 19 65 28 0.71 0 0.57 0.75 131.74 0.55 0.16
Hex 13 41 1C 47 0 39 4B 84 37 10
Octal 23 101 34 107 0 71 113 204 67 20
Binary 10011 1000001 11100 1000111 0 111001 1001011 10000100 110111 10000

Color Harmonies of #13411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13411C

Black with #13411C

Text Example


Text Example

White with #13411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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