Html Css Color HEX #0A1809 Myrtle

📋 copy color: '#0A1809'

red 10 ◦ green 24 ◦ blue 9

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

Shades of Myrtle #0A1809

Tints of Myrtle #0A1809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 55.81%

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

R = 23.26%
G = 55.81%
B = 20.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.91

RGB Variations

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

Color information

#0A1809 (or 0x0A1809) is known color: Myrtle. HEX triplet: 0A, 18 and 09. RGB value is (10,24,9). Sum of RGB (Red+Green+Blue) = 10+24+9=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 24 (9.77% from 255 or 55.81% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1809 is #F5E7F6. Grayscale: #121212. Windows color (decimal): -16115703 or 595978. OLE color: 595978.

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

Color convert

RGB 10 24 9 -
CMYK 0.58 0 0.63 0.91
HSL 116º 0.45% 0.06% -
HSV(B) 116º 0.63% 0.09% -
XYZ 0.5 0.74 0.37 -
YUV 18.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 10 24 9 0.58 0 0.63 0.91 116 0.45 0.06
Hex A 18 9 3A 0 3F 5B 74 2D 6
Octal 12 30 11 72 0 77 133 164 55 6
Binary 1010 11000 1001 111010 0 111111 1011011 1110100 101101 110

Color Harmonies of #0A1809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1809

Black with #0A1809

Text Example


Text Example

White with #0A1809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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