#0C190A

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

Shades of Myrtle #0C190A

Tints of Myrtle #0C190A

Color information

#0C190A (or 0x0C190A) is unknown color: approx Myrtle. HEX triplet: 0C, 19 and 0A. RGB value is (12,25,10). Sum of RGB (Red+Green+Blue) = 12+25+10=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 25 (10.16% from 255 or 53.19% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 25 - color contains mainly: green. Hex color #0C190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C190A is #F3E6F5. Grayscale: #131313. Windows color (decimal): -15984374 or 661772. OLE color: 661772.

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

Color convert

RGB122510-
CMYK0.5200.600.90
HSL112º42.86%6.86%-
HSV(B)112º60%9.8%-
XYZ0.550.80.41-
YUV19.4122.69122.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 25.53%
GREEN value IS 25 (10.16% from 255) = 53.19%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=25.53%
G=53.19%
B=21.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1225100.5200.600.9011242.866.86
HexC19A3403C5A702b7
Octal14311264074132160537
Binary1100110011010110100011110010110101110000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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