Html Css Color HEX #11300B Myrtle

📋 copy color: '#11300B'

red 17 ◦ green 48 ◦ blue 11

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

Shades of Myrtle #11300B

Tints of Myrtle #11300B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 14.47%

R = 22.37%
G = 63.16%
B = 14.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.81

RGB Variations

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

Color information

#11300B (or 0x11300B) is known color: Myrtle. HEX triplet: 11, 30 and 0B. RGB value is (17,48,11). Sum of RGB (Red+Green+Blue) = 17+48+11=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #11300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11300B is #EECFF4. Grayscale: #222222. Windows color (decimal): -15650805 or 733201. OLE color: 733201.

HSL color Cylindrical-coordinate representation of color #11300B: hue angle of 110.27º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11300B is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 48 11 -
CMYK 0.65 0 0.77 0.81
HSL 110.27º 0.63% 0.12% -
HSV(B) 110.27º 0.77% 0.19% -
XYZ 1.35 2.26 0.68 -
YUV 34.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 17 48 11 0.65 0 0.77 0.81 110.27 0.63 0.12
Hex 11 30 B 41 0 4D 51 6E 3F C
Octal 21 60 13 101 0 115 121 156 77 14
Binary 10001 110000 1011 1000001 0 1001101 1010001 1101110 111111 1100

Color Harmonies of #11300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11300B

Black with #11300B

Text Example


Text Example

White with #11300B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11300B; }

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

 H1.HeaderClassName
 {
   color: #11300B;
 }
 .AnyTagClassName
 {
   color: #11300B;
 }
</style>

background-color css

<style>
 a { background-color: #11300B; }

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

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

border-color css

<style>
 span { border-color: #11300B; }

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

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