#0B1B08

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

Shades of Myrtle #0B1B08

Tints of Myrtle #0B1B08

Color information

#0B1B08 (or 0x0B1B08) is unknown color: approx Myrtle. HEX triplet: 0B, 1B and 08. RGB value is (11,27,8). Sum of RGB (Red+Green+Blue) = 11+27+8=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #0B1B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1B08 is #F4E4F7. Grayscale: #141414. Windows color (decimal): -16049400 or 531211. OLE color: 531211.

HSL color Cylindrical-coordinate representation of color #0B1B08: hue angle of 110.53º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B1B08 is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.

Color convert

RGB11278-
CMYK0.5900.700.89
HSL110.53º54.29%6.86%-
HSV(B)110.53º70.37%10.59%-
XYZ0.570.870.37-
YUV20.05121.2121.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 23.91%
GREEN value IS 27 (10.94% from 255) = 58.70%
BLUE value IS 8 (3.52% from 255) = 17.39%
R=23.91%
G=58.70%
B=17.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal112780.5900.700.89110.5354.296.86
HexB1B83B046596f367
Octal133310730106131157667
Binary10111101110001110110100011010110011101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,27,8); }

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

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

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

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

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

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

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