#0A1407

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

Shades of Myrtle #0A1407

Tints of Myrtle #0A1407

Color information

#0A1407 (or 0x0A1407) is unknown color: approx Myrtle. HEX triplet: 0A, 14 and 07. RGB value is (10,20,7). Sum of RGB (Red+Green+Blue) = 10+20+7=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #0A1407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1407 is #F5EBF8. Grayscale: #0F0F0F. Windows color (decimal): -16116729 or 463882. OLE color: 463882.

HSL color Cylindrical-coordinate representation of color #0A1407: hue angle of 106.15º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0A1407 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.92.

Color convert

RGB10207-
CMYK0.5000.650.92
HSL106.15º48.15%5.29%-
HSV(B)106.15º65%7.84%-
XYZ0.410.580.29-
YUV15.53123.19124.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 27.03%
GREEN value IS 20 (8.20% from 255) = 54.05%
BLUE value IS 7 (3.12% from 255) = 18.92%
R=27.03%
G=54.05%
B=18.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal102070.5000.650.92106.1548.155.29
HexA147320415C6a305
Octal12247620101134152605
Binary1010101001111100100100000110111001101010110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,20,7); }

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

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

 a { background-color: rgb(10,20,7); }

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

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

 span { border-color: rgb(10,20,7); }

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