#0B180A

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

Shades of Myrtle #0B180A

Tints of Myrtle #0B180A

Color information

#0B180A (or 0x0B180A) is unknown color: approx Myrtle. HEX triplet: 0B, 18 and 0A. RGB value is (11,24,10). Sum of RGB (Red+Green+Blue) = 11+24+10=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 24 (9.77% from 255 or 53.33% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 24 - color contains mainly: green. Hex color #0B180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B180A is #F4E7F5. Grayscale: #121212. Windows color (decimal): -16050166 or 661515. OLE color: 661515.

HSL color Cylindrical-coordinate representation of color #0B180A: hue angle of 115.71º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0B180A is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB112410-
CMYK0.5400.580.91
HSL115.71º41.18%6.67%-
HSV(B)115.71º58.33%9.41%-
XYZ0.520.750.4-
YUV18.52123.19122.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 24.44%
GREEN value IS 24 (9.77% from 255) = 53.33%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=24.44%
G=53.33%
B=22.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1124100.5400.580.91115.7141.186.67
HexB18A3603A5B74297
Octal13301266072133164517
Binary1011110001010110110011101010110111110100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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