#0B290C

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

Shades of Myrtle #0B290C

Tints of Myrtle #0B290C

Color information

#0B290C (or 0x0B290C) is unknown color: approx Myrtle. HEX triplet: 0B, 29 and 0C. RGB value is (11,41,12). Sum of RGB (Red+Green+Blue) = 11+41+12=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 41 (16.41% from 255 or 64.06% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 41 - color contains mainly: green. Hex color #0B290C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B290C is #F4D6F3. Grayscale: #1C1C1C. Windows color (decimal): -16045812 or 796939. OLE color: 796939.

HSL color Cylindrical-coordinate representation of color #0B290C: hue angle of 122º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B290C is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.84.

Color convert

RGB114112-
CMYK0.7300.710.84
HSL122º57.69%10.2%-
HSV(B)122º73.17%16.08%-
XYZ11.680.62-
YUV28.72118.56115.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.19%
GREEN value IS 41 (16.41% from 255) = 64.06%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=17.19%
G=64.06%
B=18.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1141120.7300.710.8412257.6910.2
HexB29C49047547a3aa
Octal13511411101071241727212
Binary10111010011100100100101000111101010011110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,41,12); }

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

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

 a { background-color: rgb(11,41,12); }

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

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

 span { border-color: rgb(11,41,12); }

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