#0B220A

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

Shades of Myrtle #0B220A

Tints of Myrtle #0B220A

Color information

#0B220A (or 0x0B220A) is unknown color: approx Myrtle. HEX triplet: 0B, 22 and 0A. RGB value is (11,34,10). Sum of RGB (Red+Green+Blue) = 11+34+10=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #0B220A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B220A is #F4DDF5. Grayscale: #181818. Windows color (decimal): -16047606 or 664075. OLE color: 664075.

HSL color Cylindrical-coordinate representation of color #0B220A: hue angle of 117.5º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B220A is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.87.

Color convert

RGB113410-
CMYK0.6800.710.87
HSL117.5º54.55%8.63%-
HSV(B)117.5º70.59%13.33%-
XYZ0.761.240.49-
YUV24.39119.88118.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 20%
GREEN value IS 34 (13.67% from 255) = 61.82%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=20%
G=61.82%
B=18.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1134100.6800.710.87117.554.558.63
HexB22A440475776379
Octal13421210401071271666711
Binary10111000101010100010001000111101011111101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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