Html Css Color HEX #11230D Myrtle

📋 copy color: '#11230D'

red 17 ◦ green 35 ◦ blue 13

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

Shades of Myrtle #11230D

Tints of Myrtle #11230D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 53.85%

 BLUE value IS 13 (5.47% from 255) = 20%

R = 26.15%
G = 53.85%
B = 20%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#11230D (or 0x11230D) is known color: Myrtle. HEX triplet: 11, 23 and 0D. RGB value is (17,35,13). Sum of RGB (Red+Green+Blue) = 17+35+13=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 35 (14.06% from 255 or 53.85% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 35 - color contains mainly: green. Hex color #11230D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11230D is #EEDCF2. Grayscale: #1B1B1B. Windows color (decimal): -15654131 or 860945. OLE color: 860945.

HSL color Cylindrical-coordinate representation of color #11230D: hue angle of 109.09º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #11230D is Cyan = 0.51, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 35 13 -
CMYK 0.51 0 0.63 0.86
HSL 109.09º 0.46% 0.09% -
HSV(B) 109.09º 0.63% 0.14% -
XYZ 0.9 1.35 0.59 -
YUV 27.11 120.04 120.79 -
System Red Green Blue C M Y K H S L
Decimal 17 35 13 0.51 0 0.63 0.86 109.09 0.46 0.09
Hex 11 23 D 33 0 3F 56 6D 2E 9
Octal 21 43 15 63 0 77 126 155 56 11
Binary 10001 100011 1101 110011 0 111111 1010110 1101101 101110 1001

Color Harmonies of #11230D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11230D

Black with #11230D

Text Example


Text Example

White with #11230D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11230D; }

 p { color: rgb(17,35,13); }

 H1.HeaderClassName
 {
   color: #11230D;
 }
 .AnyTagClassName
 {
   color: #11230D;
 }
</style>

background-color css

<style>
 a { background-color: #11230D; }

 a { background-color: rgb(17,35,13); }

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

border-color css

<style>
 span { border-color: #11230D; }

 span { border-color: rgb(17,35,13); }

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