Html Css Color HEX #114121 Deep Fir

📋 copy color: '#114121'

red 17 ◦ green 65 ◦ blue 33

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

Shades of Deep Fir #114121

Tints of Deep Fir #114121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 28.7%

R = 14.78%
G = 56.52%
B = 28.7%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#114121 (or 0x114121) is known color: Deep Fir. HEX triplet: 11, 41 and 21. RGB value is (17,65,33). Sum of RGB (Red+Green+Blue) = 17+65+33=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 65 (25.78% from 255 or 56.52% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 65 - color contains mainly: green. Hex color #114121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114121 is #EEBEDE. Grayscale: #2F2F2F. Windows color (decimal): -15646431 or 2179345. OLE color: 2179345.

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

Color convert

RGB 17 65 33 -
CMYK 0.74 0 0.49 0.75
HSL 140º 0.59% 0.16% -
HSV(B) 140º 0.74% 0.25% -
XYZ 2.4 4.01 2.09 -
YUV 47 120.1 106.6 -
System Red Green Blue C M Y K H S L
Decimal 17 65 33 0.74 0 0.49 0.75 140 0.59 0.16
Hex 11 41 21 4A 0 31 4B 8C 3B 10
Octal 21 101 41 112 0 61 113 214 73 20
Binary 10001 1000001 100001 1001010 0 110001 1001011 10001100 111011 10000

Color Harmonies of #114121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114121

Black with #114121

Text Example


Text Example

White with #114121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114121; }

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

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

background-color css

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

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

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

border-color css

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

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

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