#0B240A

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

Shades of Myrtle #0B240A

Tints of Myrtle #0B240A

Color information

#0B240A (or 0x0B240A) is unknown color: approx Myrtle. HEX triplet: 0B, 24 and 0A. RGB value is (11,36,10). Sum of RGB (Red+Green+Blue) = 11+36+10=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 36 (14.45% from 255 or 63.16% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 36 - color contains mainly: green. Hex color #0B240A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B240A is #F4DBF5. Grayscale: #191919. Windows color (decimal): -16047094 or 664587. OLE color: 664587.

HSL color Cylindrical-coordinate representation of color #0B240A: hue angle of 117.69º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B240A is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB113610-
CMYK0.6900.720.86
HSL117.69º56.52%9.02%-
HSV(B)117.69º72.22%14.12%-
XYZ0.821.350.51-
YUV25.56119.22117.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.30%
GREEN value IS 36 (14.45% from 255) = 63.16%
BLUE value IS 10 (4.30% from 255) = 17.54%
R=19.30%
G=63.16%
B=17.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1136100.6900.720.86117.6956.529.02
HexB24A450485676399
Octal13441210501101261667111
Binary10111001001010100010101001000101011011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B240A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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