#0B1A06

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

Shades of Myrtle #0B1A06

Tints of Myrtle #0B1A06

Color information

#0B1A06 (or 0x0B1A06) is unknown color: approx Myrtle. HEX triplet: 0B, 1A and 06. RGB value is (11,26,6). Sum of RGB (Red+Green+Blue) = 11+26+6=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 26 (10.55% from 255 or 60.47% from 43); Blue value is 6 (2.73% from 255 or 13.95% from 43); Max value from RGB is 26 - color contains mainly: green. Hex color #0B1A06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1A06 is #F4E5F9. Grayscale: #131313. Windows color (decimal): -16049658 or 399883. OLE color: 399883.

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

Color convert

RGB11266-
CMYK0.5800.770.90
HSL105º62.5%6.27%-
HSV(B)105º76.92%10.2%-
XYZ0.540.820.3-
YUV19.24120.53122.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 25.58%
GREEN value IS 26 (10.55% from 255) = 60.47%
BLUE value IS 6 (2.73% from 255) = 13.95%
R=25.58%
G=60.47%
B=13.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal112660.5800.770.9010562.56.27
HexB1A63A04D5A693e6
Octal13326720115132151766
Binary1011110101101110100100110110110101101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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