Html Css Color HEX #11321E Deep Fir

📋 copy color: '#11321E'

red 17 ◦ green 50 ◦ blue 30

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

Shades of Deep Fir #11321E

Tints of Deep Fir #11321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 51.55%

 BLUE value IS 30 (12.11% from 255) = 30.93%

R = 17.53%
G = 51.55%
B = 30.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.80

RGB Variations

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

Color information

#11321E (or 0x11321E) is known color: Deep Fir. HEX triplet: 11, 32 and 1E. RGB value is (17,50,30). Sum of RGB (Red+Green+Blue) = 17+50+30=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 50 (19.92% from 255 or 51.55% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 50 - color contains mainly: green. Hex color #11321E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11321E is #EECDE1. Grayscale: #252525. Windows color (decimal): -15650274 or 1978897. OLE color: 1978897.

HSL color Cylindrical-coordinate representation of color #11321E: hue angle of 143.64º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #11321E is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 30 -
CMYK 0.66 0 0.40 0.80
HSL 143.64º 0.49% 0.13% -
HSV(B) 143.64º 0.66% 0.2% -
XYZ 1.61 2.49 1.63 -
YUV 37.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 17 50 30 0.66 0 0.40 0.80 143.64 0.49 0.13
Hex 11 32 1E 42 0 28 50 90 31 D
Octal 21 62 36 102 0 50 120 220 61 15
Binary 10001 110010 11110 1000010 0 101000 1010000 10010000 110001 1101

Color Harmonies of #11321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11321E

Black with #11321E

Text Example


Text Example

White with #11321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11321E; }

 p { color: rgb(17,50,30); }

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

background-color css

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

 a { background-color: rgb(17,50,30); }

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

border-color css

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

 span { border-color: rgb(17,50,30); }

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