Html Css Color HEX #0A1A09 Myrtle

📋 copy color: '#0A1A09'

red 10 ◦ green 26 ◦ blue 9

#0A1A09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #0A1A09

Tints of Myrtle #0A1A09

RGB

 RED value IS 10 (4.3% from 255) = 22.22%

 GREEN value IS 26 (10.55% from 255) = 57.78%

 BLUE value IS 9 (3.91% from 255) = 20%

R = 22.22%
G = 57.78%
B = 20%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.90

RGB Variations

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

Color information

#0A1A09 (or 0x0A1A09) is known color: Myrtle. HEX triplet: 0A, 1A and 09. RGB value is (10,26,9). Sum of RGB (Red+Green+Blue) = 10+26+9=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 26 (10.55% from 255 or 57.78% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 26 - color contains mainly: green. Hex color #0A1A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1A09 is #F5E5F6. Grayscale: #131313. Windows color (decimal): -16115191 or 596490. OLE color: 596490.

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

Color convert

RGB 10 26 9 -
CMYK 0.62 0 0.65 0.90
HSL 116.47º 0.49% 0.07% -
HSV(B) 116.47º 0.65% 0.1% -
XYZ 0.54 0.82 0.39 -
YUV 19.28 122.2 121.38 -
System Red Green Blue C M Y K H S L
Decimal 10 26 9 0.62 0 0.65 0.90 116.47 0.49 0.07
Hex A 1A 9 3E 0 41 5A 74 31 7
Octal 12 32 11 76 0 101 132 164 61 7
Binary 1010 11010 1001 111110 0 1000001 1011010 1110100 110001 111

Color Harmonies of #0A1A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1A09

Black with #0A1A09

Text Example


Text Example

White with #0A1A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A1A09;
 }
 .AnyTagClassName
 {
   color: #0A1A09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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