#0B270C

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

Shades of Myrtle #0B270C

Tints of Myrtle #0B270C

Color information

#0B270C (or 0x0B270C) is unknown color: approx Myrtle. HEX triplet: 0B, 27 and 0C. RGB value is (11,39,12). Sum of RGB (Red+Green+Blue) = 11+39+12=62 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.74% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #0B270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B270C is #F4D8F3. Grayscale: #1B1B1B. Windows color (decimal): -16046324 or 796427. OLE color: 796427.

HSL color Cylindrical-coordinate representation of color #0B270C: hue angle of 122.14º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B270C is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.

Color convert

RGB113912-
CMYK0.7200.690.85
HSL122.14º56%9.8%-
HSV(B)122.14º71.79%15.29%-
XYZ0.931.550.6-
YUV27.55119.22116.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.74%
GREEN value IS 39 (15.62% from 255) = 62.90%
BLUE value IS 12 (5.08% from 255) = 19.35%
R=17.74%
G=62.90%
B=19.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1139120.7200.690.85122.14569.8
HexB27C48045557a38a
Octal13471411001051251727012
Binary10111001111100100100001000101101010111110101110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B270C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,39,12); }

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

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

 a { background-color: rgb(11,39,12); }

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

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

 span { border-color: rgb(11,39,12); }

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