#0A1A04

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

Shades of Myrtle #0A1A04

Tints of Myrtle #0A1A04

Color information

#0A1A04 (or 0x0A1A04) is unknown color: approx Myrtle. HEX triplet: 0A, 1A and 04. RGB value is (10,26,4). Sum of RGB (Red+Green+Blue) = 10+26+4=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 26 (10.55% from 255 or 65% from 40); Blue value is 4 (1.95% from 255 or 10% from 40); Max value from RGB is 26 - color contains mainly: green. Hex color #0A1A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1A04 is #F5E5FB. Grayscale: #121212. Windows color (decimal): -16115196 or 268810. OLE color: 268810.

HSL color Cylindrical-coordinate representation of color #0A1A04: hue angle of 103.64º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A1A04 is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.90.

Color convert

RGB10264-
CMYK0.6200.850.90
HSL103.64º73.33%5.88%-
HSV(B)103.64º84.62%10.2%-
XYZ0.520.810.24-
YUV18.71119.7121.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 25%
GREEN value IS 26 (10.55% from 255) = 65%
BLUE value IS 4 (1.95% from 255) = 10%
R=25%
G=65%
B=10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal102640.6200.850.90103.6473.335.88
HexA1A43E0555A68496
Octal123247601251321501116
Binary10101101010011111001010101101101011010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,26,4); }

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

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

 a { background-color: rgb(10,26,4); }

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

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

 span { border-color: rgb(10,26,4); }

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