#0B1809

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

Shades of Myrtle #0B1809

Tints of Myrtle #0B1809

Color information

#0B1809 (or 0x0B1809) is unknown color: approx Myrtle. HEX triplet: 0B, 18 and 09. RGB value is (11,24,9). Sum of RGB (Red+Green+Blue) = 11+24+9=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #0B1809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1809 is #F4E7F6. Grayscale: #121212. Windows color (decimal): -16050167 or 595979. OLE color: 595979.

HSL color Cylindrical-coordinate representation of color #0B1809: hue angle of 112º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B1809 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.91.

Color convert

RGB11249-
CMYK0.5400.630.91
HSL112º45.45%6.47%-
HSV(B)112º62.5%9.41%-
XYZ0.510.740.37-
YUV18.4122.69122.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25%
GREEN value IS 24 (9.77% from 255) = 54.55%
BLUE value IS 9 (3.91% from 255) = 20.45%
R=25%
G=54.55%
B=20.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal112490.5400.630.9111245.456.47
HexB1893603F5B702d6
Octal13301166077133160556
Binary1011110001001110110011111110110111110000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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