Html Css Color HEX #11301C Deep Fir

📋 copy color: '#11301C'

red 17 ◦ green 48 ◦ blue 28

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

Shades of Deep Fir #11301C

Tints of Deep Fir #11301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 51.61%

 BLUE value IS 28 (11.33% from 255) = 30.11%

R = 18.28%
G = 51.61%
B = 30.11%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.81

RGB Variations

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

Color information

#11301C (or 0x11301C) is known color: Deep Fir. HEX triplet: 11, 30 and 1C. RGB value is (17,48,28). Sum of RGB (Red+Green+Blue) = 17+48+28=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #11301C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11301C is #EECFE3. Grayscale: #242424. Windows color (decimal): -15650788 or 1847313. OLE color: 1847313.

HSL color Cylindrical-coordinate representation of color #11301C: hue angle of 141.29º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #11301C is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 28 -
CMYK 0.65 0 0.42 0.81
HSL 141.29º 0.48% 0.13% -
HSV(B) 141.29º 0.65% 0.19% -
XYZ 1.5 2.32 1.47 -
YUV 36.45 123.23 114.13 -
System Red Green Blue C M Y K H S L
Decimal 17 48 28 0.65 0 0.42 0.81 141.29 0.48 0.13
Hex 11 30 1C 41 0 2A 51 8D 30 D
Octal 21 60 34 101 0 52 121 215 60 15
Binary 10001 110000 11100 1000001 0 101010 1010001 10001101 110000 1101

Color Harmonies of #11301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11301C

Black with #11301C

Text Example


Text Example

White with #11301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11301C; }

 p { color: rgb(17,48,28); }

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

background-color css

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

 a { background-color: rgb(17,48,28); }

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

border-color css

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

 span { border-color: rgb(17,48,28); }

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