#11230B

Color #11230B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #11230B

Tints of Myrtle #11230B

Color information

#11230B (or 0x11230B) is unknown color: approx Myrtle. HEX triplet: 11, 23 and 0B. RGB value is (17,35,11). Sum of RGB (Red+Green+Blue) = 17+35+11=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #11230B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11230B is #EEDCF4. Grayscale: #1A1A1A. Windows color (decimal): -15654133 or 729873. OLE color: 729873.

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

Color convert

RGB173511-
CMYK0.5100.690.86
HSL105º52.17%9.02%-
HSV(B)105º68.57%13.73%-
XYZ0.891.350.53-
YUV26.88119.04120.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.98%
GREEN value IS 35 (14.06% from 255) = 55.56%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=26.98%
G=55.56%
B=17.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1735110.5100.690.8610552.179.02
Hex1123B330455669349
Octal2143136301051261516411
Binary10001100011101111001101000101101011011010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11230B;
 }
 .AnyTagClassName
 {
   color: #11230B;
 }
</style>
background-color css

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

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

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

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

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

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