#0B1509

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

Shades of Myrtle #0B1509

Tints of Myrtle #0B1509

Color information

#0B1509 (or 0x0B1509) is unknown color: approx Myrtle. HEX triplet: 0B, 15 and 09. RGB value is (11,21,9). Sum of RGB (Red+Green+Blue) = 11+21+9=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #0B1509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1509 is #F4EAF6. Grayscale: #101010. Windows color (decimal): -16050935 or 595211. OLE color: 595211.

HSL color Cylindrical-coordinate representation of color #0B1509: hue angle of 110º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0B1509 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB11219-
CMYK0.4800.570.92
HSL110º40%5.88%-
HSV(B)110º57.14%8.24%-
XYZ0.460.630.36-
YUV16.64123.69123.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.83%
GREEN value IS 21 (8.59% from 255) = 51.22%
BLUE value IS 9 (3.91% from 255) = 21.95%
R=26.83%
G=51.22%
B=21.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal112190.4800.570.92110405.88
HexB159300395C6e286
Octal13251160071134156506
Binary1011101011001110000011100110111001101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B1509; }

 p { color: rgb(11,21,9); }

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

<style>
 a { background-color: #0B1509; }

 a { background-color: rgb(11,21,9); }

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

<style>
 span { border-color: #0B1509; }

 span { border-color: rgb(11,21,9); }

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