Html Css Color HEX #11321A Deep Fir

📋 copy color: '#11321A'

red 17 ◦ green 50 ◦ blue 26

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

Shades of Deep Fir #11321A

Tints of Deep Fir #11321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 27.96%

R = 18.28%
G = 53.76%
B = 27.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.80

RGB Variations

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

Color information

#11321A (or 0x11321A) is known color: Deep Fir. HEX triplet: 11, 32 and 1A. RGB value is (17,50,26). Sum of RGB (Red+Green+Blue) = 17+50+26=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 50 (19.92% from 255 or 53.76% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 50 - color contains mainly: green. Hex color #11321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11321A is #EECDE5. Grayscale: #252525. Windows color (decimal): -15650278 or 1716753. OLE color: 1716753.

HSL color Cylindrical-coordinate representation of color #11321A: hue angle of 136.36º 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 #11321A is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 50 26 -
CMYK 0.66 0 0.48 0.80
HSL 136.36º 0.49% 0.13% -
HSV(B) 136.36º 0.66% 0.2% -
XYZ 1.56 2.47 1.37 -
YUV 37.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 17 50 26 0.66 0 0.48 0.80 136.36 0.49 0.13
Hex 11 32 1A 42 0 30 50 88 31 D
Octal 21 62 32 102 0 60 120 210 61 15
Binary 10001 110010 11010 1000010 0 110000 1010000 10001000 110001 1101

Color Harmonies of #11321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11321A

Black with #11321A

Text Example


Text Example

White with #11321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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