#0C1709

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

Shades of Myrtle #0C1709

Tints of Myrtle #0C1709

Color information

#0C1709 (or 0x0C1709) is unknown color: approx Myrtle. HEX triplet: 0C, 17 and 09. RGB value is (12,23,9). Sum of RGB (Red+Green+Blue) = 12+23+9=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 23 (9.38% from 255 or 52.27% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1709 is #F3E8F6. Grayscale: #121212. Windows color (decimal): -15984887 or 595724. OLE color: 595724.

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

Color convert

RGB12239-
CMYK0.4800.610.91
HSL107.14º43.75%6.27%-
HSV(B)107.14º60.87%9.02%-
XYZ0.510.710.37-
YUV18.11122.86123.64-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.27%
GREEN value IS 23 (9.38% from 255) = 52.27%
BLUE value IS 9 (3.91% from 255) = 20.45%
R=27.27%
G=52.27%
B=20.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122390.4800.610.91107.1443.756.27
HexC1793003D5B6b2c6
Octal14271160075133153546
Binary1100101111001110000011110110110111101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,23,9); }

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

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

 a { background-color: rgb(12,23,9); }

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

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

 span { border-color: rgb(12,23,9); }

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