#0B1C06

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

Shades of Myrtle #0B1C06

Tints of Myrtle #0B1C06

Color information

#0B1C06 (or 0x0B1C06) is unknown color: approx Myrtle. HEX triplet: 0B, 1C and 06. RGB value is (11,28,6). Sum of RGB (Red+Green+Blue) = 11+28+6=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #0B1C06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1C06 is #F4E3F9. Grayscale: #141414. Windows color (decimal): -16049146 or 400395. OLE color: 400395.

HSL color Cylindrical-coordinate representation of color #0B1C06: hue angle of 106.36º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B1C06 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB11286-
CMYK0.6100.790.89
HSL106.36º64.71%6.67%-
HSV(B)106.36º78.57%10.98%-
XYZ0.590.910.32-
YUV20.41119.87121.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 24.44%
GREEN value IS 28 (11.33% from 255) = 62.22%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=24.44%
G=62.22%
B=13.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal112860.6100.790.89106.3664.716.67
HexB1C63D04F596a417
Octal133467501171311521017
Binary10111110011011110101001111101100111010101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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