Html Css Color HEX #11411C Deep Fir

📋 copy color: '#11411C'

red 17 ◦ green 65 ◦ blue 28

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

Shades of Deep Fir #11411C

Tints of Deep Fir #11411C

RGB

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

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

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

R = 15.45%
G = 59.09%
B = 25.45%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#11411C (or 0x11411C) is known color: Deep Fir. HEX triplet: 11, 41 and 1C. RGB value is (17,65,28). Sum of RGB (Red+Green+Blue) = 17+65+28=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 65 (25.78% from 255 or 59.09% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 65 - color contains mainly: green. Hex color #11411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11411C is #EEBEE3. Grayscale: #2E2E2E. Windows color (decimal): -15646436 or 1851665. OLE color: 1851665.

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

Color convert

RGB 17 65 28 -
CMYK 0.74 0 0.57 0.75
HSL 133.75º 0.59% 0.16% -
HSV(B) 133.75º 0.74% 0.25% -
XYZ 2.33 3.98 1.74 -
YUV 46.43 117.6 107.01 -
System Red Green Blue C M Y K H S L
Decimal 17 65 28 0.74 0 0.57 0.75 133.75 0.59 0.16
Hex 11 41 1C 4A 0 39 4B 86 3B 10
Octal 21 101 34 112 0 71 113 206 73 20
Binary 10001 1000001 11100 1001010 0 111001 1001011 10000110 111011 10000

Color Harmonies of #11411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11411C

Black with #11411C

Text Example


Text Example

White with #11411C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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