#0A1808

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

Shades of Myrtle #0A1808

Tints of Myrtle #0A1808

Color information

#0A1808 (or 0x0A1808) is unknown color: approx Myrtle. HEX triplet: 0A, 18 and 08. RGB value is (10,24,8). Sum of RGB (Red+Green+Blue) = 10+24+8=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 24 (9.77% from 255 or 57.14% from 42); Blue value is 8 (3.52% from 255 or 19.05% from 42); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1808 is #F5E7F7. Grayscale: #121212. Windows color (decimal): -16115704 or 530442. OLE color: 530442.

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

Color convert

RGB10248-
CMYK0.5800.670.91
HSL112.5º50%6.27%-
HSV(B)112.5º66.67%9.41%-
XYZ0.50.740.35-
YUV17.99122.36122.3-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 23.81%
GREEN value IS 24 (9.77% from 255) = 57.14%
BLUE value IS 8 (3.52% from 255) = 19.05%
R=23.81%
G=57.14%
B=19.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal102480.5800.670.91112.5506.27
HexA1883A0435B70326
Octal123010720103133160626
Binary10101100010001110100100001110110111110000110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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