Html Css Color HEX #11421D Deep Fir

📋 copy color: '#11421D'

red 17 ◦ green 66 ◦ blue 29

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

Shades of Deep Fir #11421D

Tints of Deep Fir #11421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 58.93%

 BLUE value IS 29 (11.72% from 255) = 25.89%

R = 15.18%
G = 58.93%
B = 25.89%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#11421D (or 0x11421D) is known color: Deep Fir. HEX triplet: 11, 42 and 1D. RGB value is (17,66,29). Sum of RGB (Red+Green+Blue) = 17+66+29=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #11421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11421D is #EEBDE2. Grayscale: #2F2F2F. Windows color (decimal): -15646179 or 1917457. OLE color: 1917457.

HSL color Cylindrical-coordinate representation of color #11421D: hue angle of 134.69º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11421D is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 17 66 29 -
CMYK 0.74 0 0.56 0.74
HSL 134.69º 0.59% 0.16% -
HSV(B) 134.69º 0.74% 0.26% -
XYZ 2.4 4.1 1.83 -
YUV 47.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 17 66 29 0.74 0 0.56 0.74 134.69 0.59 0.16
Hex 11 42 1D 4A 0 38 4A 87 3B 10
Octal 21 102 35 112 0 70 112 207 73 20
Binary 10001 1000010 11101 1001010 0 111000 1001010 10000111 111011 10000

Color Harmonies of #11421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11421D

Black with #11421D

Text Example


Text Example

White with #11421D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11421D; }

 p { color: rgb(17,66,29); }

 H1.HeaderClassName
 {
   color: #11421D;
 }
 .AnyTagClassName
 {
   color: #11421D;
 }
</style>

background-color css

<style>
 a { background-color: #11421D; }

 a { background-color: rgb(17,66,29); }

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

border-color css

<style>
 span { border-color: #11421D; }

 span { border-color: rgb(17,66,29); }

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