#11250B

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

Shades of Myrtle #11250B

Tints of Myrtle #11250B

Color information

#11250B (or 0x11250B) is unknown color: approx Myrtle. HEX triplet: 11, 25 and 0B. RGB value is (17,37,11). Sum of RGB (Red+Green+Blue) = 17+37+11=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #11250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #11250B is #EEDAF4. Grayscale: #1C1C1C. Windows color (decimal): -15653621 or 730385. OLE color: 730385.

HSL color Cylindrical-coordinate representation of color #11250B: hue angle of 106.15º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #11250B is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.

Color convert

RGB173711-
CMYK0.5400.700.85
HSL106.15º54.17%9.41%-
HSV(B)106.15º70.27%14.51%-
XYZ0.951.470.55-
YUV28.06118.37120.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 26.15%
GREEN value IS 37 (14.84% from 255) = 56.92%
BLUE value IS 11 (4.69% from 255) = 16.92%
R=26.15%
G=56.92%
B=16.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737110.5400.700.85106.1554.179.41
Hex1125B36046556a369
Octal2145136601061251526611
Binary10001100101101111011001000110101010111010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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