Html Css Color HEX #11371F Deep Fir

📋 copy color: '#11371F'

red 17 ◦ green 55 ◦ blue 31

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

Shades of Deep Fir #11371F

Tints of Deep Fir #11371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 53.4%

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

R = 16.5%
G = 53.4%
B = 30.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#11371F (or 0x11371F) is known color: Deep Fir. HEX triplet: 11, 37 and 1F. RGB value is (17,55,31). Sum of RGB (Red+Green+Blue) = 17+55+31=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #11371F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11371F is #EEC8E0. Grayscale: #282828. Windows color (decimal): -15648993 or 2045713. OLE color: 2045713.

HSL color Cylindrical-coordinate representation of color #11371F: hue angle of 142.11º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #11371F is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 17 55 31 -
CMYK 0.69 0 0.44 0.78
HSL 142.11º 0.53% 0.14% -
HSV(B) 142.11º 0.69% 0.22% -
XYZ 1.84 2.95 1.77 -
YUV 40.9 122.41 110.95 -
System Red Green Blue C M Y K H S L
Decimal 17 55 31 0.69 0 0.44 0.78 142.11 0.53 0.14
Hex 11 37 1F 45 0 2C 4E 8E 35 E
Octal 21 67 37 105 0 54 116 216 65 16
Binary 10001 110111 11111 1000101 0 101100 1001110 10001110 110101 1110

Color Harmonies of #11371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11371F

Black with #11371F

Text Example


Text Example

White with #11371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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