#0D190B

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

Shades of Myrtle #0D190B

Tints of Myrtle #0D190B

Color information

#0D190B (or 0x0D190B) is unknown color: approx Myrtle. HEX triplet: 0D, 19 and 0B. RGB value is (13,25,11). Sum of RGB (Red+Green+Blue) = 13+25+11=49 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26.53% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #0D190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D190B is #F2E6F4. Grayscale: #131313. Windows color (decimal): -15918837 or 727309. OLE color: 727309.

HSL color Cylindrical-coordinate representation of color #0D190B: hue angle of 111.43º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0D190B is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.

Color convert

RGB132511-
CMYK0.4800.560.90
HSL111.43º38.89%7.06%-
HSV(B)111.43º56%9.8%-
XYZ0.570.80.44-
YUV19.82123.02123.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26.53%
GREEN value IS 25 (10.16% from 255) = 51.02%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=26.53%
G=51.02%
B=22.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1325110.4800.560.90111.4338.897.06
HexD19B300385A6f277
Octal15311360070132157477
Binary1101110011011110000011100010110101101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,25,11); }

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

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

 a { background-color: rgb(13,25,11); }

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

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

 span { border-color: rgb(13,25,11); }

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