#0D190C

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

Shades of Myrtle #0D190C

Tints of Myrtle #0D190C

Color information

#0D190C (or 0x0D190C) is unknown color: approx Myrtle. HEX triplet: 0D, 19 and 0C. RGB value is (13,25,12). Sum of RGB (Red+Green+Blue) = 13+25+12=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #0D190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D190C is #F2E6F3. Grayscale: #131313. Windows color (decimal): -15918836 or 792845. OLE color: 792845.

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

Color convert

RGB132512-
CMYK0.4800.520.90
HSL115.38º35.14%7.25%-
HSV(B)115.38º52%9.8%-
XYZ0.580.810.47-
YUV19.93123.52123.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 24%
R=26%
G=50%
B=24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1325120.4800.520.90115.3835.147.25
HexD19C300345A73237
Octal15311460064132163437
Binary1101110011100110000011010010110101110011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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