Html Css Color HEX #0A1609 Myrtle

📋 copy color: '#0A1609'

red 10 ◦ green 22 ◦ blue 9

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

Shades of Myrtle #0A1609

Tints of Myrtle #0A1609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 53.66%

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

R = 24.39%
G = 53.66%
B = 21.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.91

RGB Variations

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

Color information

#0A1609 (or 0x0A1609) is known color: Myrtle. HEX triplet: 0A, 16 and 09. RGB value is (10,22,9). Sum of RGB (Red+Green+Blue) = 10+22+9=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 9 (3.91% from 255 or 21.95% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #0A1609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1609 is #F5E9F6. Grayscale: #101010. Windows color (decimal): -16116215 or 595466. OLE color: 595466.

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

Color convert

RGB 10 22 9 -
CMYK 0.55 0 0.59 0.91
HSL 115.38º 0.42% 0.06% -
HSV(B) 115.38º 0.59% 0.09% -
XYZ 0.46 0.66 0.36 -
YUV 16.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 10 22 9 0.55 0 0.59 0.91 115.38 0.42 0.06
Hex A 16 9 37 0 3B 5B 73 2A 6
Octal 12 26 11 67 0 73 133 163 52 6
Binary 1010 10110 1001 110111 0 111011 1011011 1110011 101010 110

Color Harmonies of #0A1609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1609

Black with #0A1609

Text Example


Text Example

White with #0A1609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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