#0B1A0A

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

Shades of Myrtle #0B1A0A

Tints of Myrtle #0B1A0A

Color information

#0B1A0A (or 0x0B1A0A) is unknown color: approx Myrtle. HEX triplet: 0B, 1A and 0A. RGB value is (11,26,10). Sum of RGB (Red+Green+Blue) = 11+26+10=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 26 (10.55% from 255 or 55.32% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A0A is #F4E5F5. Grayscale: #131313. Windows color (decimal): -16049654 or 662027. OLE color: 662027.

HSL color Cylindrical-coordinate representation of color #0B1A0A: hue angle of 116.25º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0B1A0A is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.90.

Color convert

RGB112610-
CMYK0.5800.620.90
HSL116.25º44.44%7.06%-
HSV(B)116.25º61.54%10.2%-
XYZ0.560.830.42-
YUV19.69122.53121.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.40%
GREEN value IS 26 (10.55% from 255) = 55.32%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=23.40%
G=55.32%
B=21.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1126100.5800.620.90116.2544.447.06
HexB1AA3A03E5A742c7
Octal13321272076132164547
Binary1011110101010111010011111010110101110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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