#0B150A

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

Shades of Myrtle #0B150A

Tints of Myrtle #0B150A

Color information

#0B150A (or 0x0B150A) is unknown color: approx Myrtle. HEX triplet: 0B, 15 and 0A. RGB value is (11,21,10). Sum of RGB (Red+Green+Blue) = 11+21+10=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #0B150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B150A is #F4EAF5. Grayscale: #101010. Windows color (decimal): -16050934 or 660747. OLE color: 660747.

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

Color convert

RGB112110-
CMYK0.4800.520.92
HSL114.55º35.48%6.08%-
HSV(B)114.55º52.38%8.24%-
XYZ0.460.630.38-
YUV16.76124.19123.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.19%
GREEN value IS 21 (8.59% from 255) = 50%
BLUE value IS 10 (4.30% from 255) = 23.81%
R=26.19%
G=50%
B=23.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1121100.4800.520.92114.5535.486.08
HexB15A300345C73236
Octal13251260064134163436
Binary1011101011010110000011010010111001110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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