#0B1D09

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

Shades of Myrtle #0B1D09

Tints of Myrtle #0B1D09

Color information

#0B1D09 (or 0x0B1D09) is unknown color: approx Myrtle. HEX triplet: 0B, 1D and 09. RGB value is (11,29,9). Sum of RGB (Red+Green+Blue) = 11+29+9=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #0B1D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1D09 is #F4E2F6. Grayscale: #151515. Windows color (decimal): -16048887 or 597259. OLE color: 597259.

HSL color Cylindrical-coordinate representation of color #0B1D09: hue angle of 114º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B1D09 is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.89.

Color convert

RGB11299-
CMYK0.6200.690.89
HSL114º52.63%7.45%-
HSV(B)114º68.97%11.37%-
XYZ0.630.970.41-
YUV21.34121.04120.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 22.45%
GREEN value IS 29 (11.72% from 255) = 59.18%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=22.45%
G=59.18%
B=18.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal112990.6200.690.8911452.637.45
HexB1D93E0455972357
Octal133511760105131162657
Binary10111110110011111100100010110110011110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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