#0B220B

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

Shades of Myrtle #0B220B

Tints of Myrtle #0B220B

Color information

#0B220B (or 0x0B220B) is unknown color: approx Myrtle. HEX triplet: 0B, 22 and 0B. RGB value is (11,34,11). Sum of RGB (Red+Green+Blue) = 11+34+11=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 34 (13.67% from 255 or 60.71% from 56); Blue value is 11 (4.69% from 255 or 19.64% from 56); Max value from RGB is 34 - color contains mainly: green. Hex color #0B220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B220B is #F4DDF4. Grayscale: #181818. Windows color (decimal): -16047605 or 729611. OLE color: 729611.

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

Color convert

RGB113411-
CMYK0.6800.680.87
HSL120º51.11%8.82%-
HSV(B)120º67.65%13.33%-
XYZ0.771.240.52-
YUV24.5120.38118.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 19.64%
GREEN value IS 34 (13.67% from 255) = 60.71%
BLUE value IS 11 (4.69% from 255) = 19.64%
R=19.64%
G=60.71%
B=19.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1134110.6800.680.8712051.118.82
HexB22B440445778339
Octal13421310401041271706311
Binary10111000101011100010001000100101011111110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B220B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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