#0B140A

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

Shades of Myrtle #0B140A

Tints of Myrtle #0B140A

Color information

#0B140A (or 0x0B140A) is unknown color: approx Myrtle. HEX triplet: 0B, 14 and 0A. RGB value is (11,20,10). Sum of RGB (Red+Green+Blue) = 11+20+10=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 20 - color contains mainly: green. Hex color #0B140A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B140A is #F4EBF5. Grayscale: #101010. Windows color (decimal): -16051190 or 660491. OLE color: 660491.

HSL color Cylindrical-coordinate representation of color #0B140A: hue angle of 114º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B140A is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.92.

Color convert

RGB112010-
CMYK0.4500.500.92
HSL114º33.33%5.88%-
HSV(B)114º50%7.84%-
XYZ0.440.590.38-
YUV16.17124.52124.31-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 26.83%
GREEN value IS 20 (8.20% from 255) = 48.78%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=26.83%
G=48.78%
B=24.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1120100.4500.500.9211433.335.88
HexB14A2D0325C72216
Octal13241255062134162416
Binary1011101001010101101011001010111001110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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