#0D180A

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

Shades of Myrtle #0D180A

Tints of Myrtle #0D180A

Color information

#0D180A (or 0x0D180A) is unknown color: approx Myrtle. HEX triplet: 0D, 18 and 0A. RGB value is (13,24,10). Sum of RGB (Red+Green+Blue) = 13+24+10=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #0D180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D180A is #F2E7F5. Grayscale: #131313. Windows color (decimal): -15919094 or 661517. OLE color: 661517.

HSL color Cylindrical-coordinate representation of color #0D180A: hue angle of 107.14º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D180A is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB132410-
CMYK0.4600.580.91
HSL107.14º41.18%6.67%-
HSV(B)107.14º58.33%9.41%-
XYZ0.550.760.41-
YUV19.11122.86123.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.66%
GREEN value IS 24 (9.77% from 255) = 51.06%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=27.66%
G=51.06%
B=21.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1324100.4600.580.91107.1441.186.67
HexD18A2E03A5B6b297
Octal15301256072133153517
Binary1101110001010101110011101010110111101011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,24,10); }

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

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

 a { background-color: rgb(13,24,10); }

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

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

 span { border-color: rgb(13,24,10); }

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