#0C1F09

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

Shades of Myrtle #0C1F09

Tints of Myrtle #0C1F09

Color information

#0C1F09 (or 0x0C1F09) is unknown color: approx Myrtle. HEX triplet: 0C, 1F and 09. RGB value is (12,31,9). Sum of RGB (Red+Green+Blue) = 12+31+9=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1F09 is #F3E0F6. Grayscale: #161616. Windows color (decimal): -15982839 or 597772. OLE color: 597772.

HSL color Cylindrical-coordinate representation of color #0C1F09: hue angle of 111.82º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C1F09 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.88.

Color convert

RGB12319-
CMYK0.6100.710.88
HSL111.82º55%7.84%-
HSV(B)111.82º70.97%12.16%-
XYZ0.691.080.43-
YUV22.81120.21120.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 23.08%
GREEN value IS 31 (12.5% from 255) = 59.62%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=23.08%
G=59.62%
B=17.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal123190.6100.710.88111.82557.84
HexC1F93D0475870378
Octal1437117501071301606710
Binary110011111100111110101000111101100011100001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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