#0A280B

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

Shades of Myrtle #0A280B

Tints of Myrtle #0A280B

Color information

#0A280B (or 0x0A280B) is unknown color: approx Myrtle. HEX triplet: 0A, 28 and 0B. RGB value is (10,40,11). Sum of RGB (Red+Green+Blue) = 10+40+11=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 40 (16.02% from 255 or 65.57% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 40 - color contains mainly: green. Hex color #0A280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A280B is #F5D7F4. Grayscale: #1B1B1B. Windows color (decimal): -16111605 or 731146. OLE color: 731146.

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

Color convert

RGB104011-
CMYK0.7500.720.84
HSL122º60%9.8%-
HSV(B)122º75%15.69%-
XYZ0.941.610.58-
YUV27.72118.56115.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.39%
GREEN value IS 40 (16.02% from 255) = 65.57%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=16.39%
G=65.57%
B=18.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1040110.7500.720.84122609.8
HexA28B4B048547a3ca
Octal12501311301101241727412
Binary10101010001011100101101001000101010011110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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