#0B330A

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

Shades of Myrtle #0B330A

Tints of Myrtle #0B330A

Color information

#0B330A (or 0x0B330A) is unknown color: approx Myrtle. HEX triplet: 0B, 33 and 0A. RGB value is (11,51,10). Sum of RGB (Red+Green+Blue) = 11+51+10=72 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.28% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #0B330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B330A is #F4CCF5. Grayscale: #222222. Windows color (decimal): -16043254 or 668427. OLE color: 668427.

HSL color Cylindrical-coordinate representation of color #0B330A: hue angle of 118.54º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B330A is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB115110-
CMYK0.7800.800.8
HSL118.54º67.21%11.96%-
HSV(B)118.54º80.39%20%-
XYZ1.382.460.69-
YUV34.37114.25111.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 15.28%
GREEN value IS 51 (20.31% from 255) = 70.83%
BLUE value IS 10 (4.30% from 255) = 13.89%
R=15.28%
G=70.83%
B=13.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1151100.7800.800.8118.5467.2111.96
HexB33A4E050507743c
Octal136312116012012016710314
Binary101111001110101001110010100001010000111011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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