Html Css Color HEX #0A1109 Myrtle

📋 copy color: '#0A1109'

red 10 ◦ green 17 ◦ blue 9

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

Shades of Myrtle #0A1109

Tints of Myrtle #0A1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 47.22%

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

R = 27.78%
G = 47.22%
B = 25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.93

RGB Variations

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

Color information

#0A1109 (or 0x0A1109) is known color: Myrtle. HEX triplet: 0A, 11 and 09. RGB value is (10,17,9). Sum of RGB (Red+Green+Blue) = 10+17+9=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 17 (7.03% from 255 or 47.22% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 17 - color contains mainly: green. Hex color #0A1109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1109 is #F5EEF6. Grayscale: #0E0E0E. Windows color (decimal): -16117495 or 594186. OLE color: 594186.

HSL color Cylindrical-coordinate representation of color #0A1109: hue angle of 112.5º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A1109 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 17 9 -
CMYK 0.41 0 0.47 0.93
HSL 112.5º 0.31% 0.05% -
HSV(B) 112.5º 0.47% 0.07% -
XYZ 0.37 0.49 0.33 -
YUV 14 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 10 17 9 0.41 0 0.47 0.93 112.5 0.31 0.05
Hex A 11 9 29 0 2F 5D 70 1F 5
Octal 12 21 11 51 0 57 135 160 37 5
Binary 1010 10001 1001 101001 0 101111 1011101 1110000 11111 101

Color Harmonies of #0A1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1109

Black with #0A1109

Text Example


Text Example

White with #0A1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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