Html Css Color HEX #11411F Deep Fir

📋 copy color: '#11411F'

red 17 ◦ green 65 ◦ blue 31

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

Shades of Deep Fir #11411F

Tints of Deep Fir #11411F

RGB

 RED value IS 17 (7.03% from 255) = 15.04%

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

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

R = 15.04%
G = 57.52%
B = 27.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#11411F (or 0x11411F) is known color: Deep Fir. HEX triplet: 11, 41 and 1F. RGB value is (17,65,31). Sum of RGB (Red+Green+Blue) = 17+65+31=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #11411F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11411F is #EEBEE0. Grayscale: #2E2E2E. Windows color (decimal): -15646433 or 2048273. OLE color: 2048273.

HSL color Cylindrical-coordinate representation of color #11411F: hue angle of 137.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11411F is Cyan = 0.74, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 65 31 -
CMYK 0.74 0 0.52 0.75
HSL 137.5º 0.59% 0.16% -
HSV(B) 137.5º 0.74% 0.25% -
XYZ 2.37 4 1.94 -
YUV 46.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 17 65 31 0.74 0 0.52 0.75 137.5 0.59 0.16
Hex 11 41 1F 4A 0 34 4B 8A 3B 10
Octal 21 101 37 112 0 64 113 212 73 20
Binary 10001 1000001 11111 1001010 0 110100 1001011 10001010 111011 10000

Color Harmonies of #11411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11411F

Black with #11411F

Text Example


Text Example

White with #11411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,65,31); }

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

background-color css

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

 a { background-color: rgb(17,65,31); }

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

border-color css

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

 span { border-color: rgb(17,65,31); }

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