Html Css Color HEX #11381F Deep Fir

📋 copy color: '#11381F'

red 17 ◦ green 56 ◦ blue 31

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

Shades of Deep Fir #11381F

Tints of Deep Fir #11381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 53.85%

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

R = 16.35%
G = 53.85%
B = 29.81%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#11381F (or 0x11381F) is known color: Deep Fir. HEX triplet: 11, 38 and 1F. RGB value is (17,56,31). Sum of RGB (Red+Green+Blue) = 17+56+31=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #11381F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11381F is #EEC7E0. Grayscale: #292929. Windows color (decimal): -15648737 or 2045969. OLE color: 2045969.

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

Color convert

RGB 17 56 31 -
CMYK 0.70 0 0.45 0.78
HSL 141.54º 0.53% 0.14% -
HSV(B) 141.54º 0.7% 0.22% -
XYZ 1.89 3.05 1.78 -
YUV 41.49 122.08 110.53 -
System Red Green Blue C M Y K H S L
Decimal 17 56 31 0.70 0 0.45 0.78 141.54 0.53 0.14
Hex 11 38 1F 46 0 2D 4E 8E 35 E
Octal 21 70 37 106 0 55 116 216 65 16
Binary 10001 111000 11111 1000110 0 101101 1001110 10001110 110101 1110

Color Harmonies of #11381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11381F

Black with #11381F

Text Example


Text Example

White with #11381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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