#0A300B

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

Shades of Myrtle #0A300B

Tints of Myrtle #0A300B

Color information

#0A300B (or 0x0A300B) is unknown color: approx Myrtle. HEX triplet: 0A, 30 and 0B. RGB value is (10,48,11). Sum of RGB (Red+Green+Blue) = 10+48+11=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 48 (19.14% from 255 or 69.57% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 48 - color contains mainly: green. Hex color #0A300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A300B is #F5CFF4. Grayscale: #202020. Windows color (decimal): -16109557 or 733194. OLE color: 733194.

HSL color Cylindrical-coordinate representation of color #0A300B: hue angle of 121.58º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A300B is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.

Color convert

RGB104811-
CMYK0.7900.770.81
HSL121.58º65.52%11.37%-
HSV(B)121.58º79.17%18.82%-
XYZ1.242.20.68-
YUV32.42115.91112.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 14.49%
GREEN value IS 48 (19.14% from 255) = 69.57%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=14.49%
G=69.57%
B=15.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1048110.7900.770.81121.5865.5211.37
HexA30B4F04D517a42b
Octal126013117011512117210213
Binary101011000010111001111010011011010001111101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A300B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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