Html Css Color HEX #0A1C09 Myrtle

📋 copy color: '#0A1C09'

red 10 ◦ green 28 ◦ blue 9

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

Shades of Myrtle #0A1C09

Tints of Myrtle #0A1C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 59.57%

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

R = 21.28%
G = 59.57%
B = 19.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.68

 K value IS 0.89

RGB Variations

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

Color information

#0A1C09 (or 0x0A1C09) is known color: Myrtle. HEX triplet: 0A, 1C and 09. RGB value is (10,28,9). Sum of RGB (Red+Green+Blue) = 10+28+9=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1C09 is #F5E3F6. Grayscale: #141414. Windows color (decimal): -16114679 or 597002. OLE color: 597002.

HSL color Cylindrical-coordinate representation of color #0A1C09: hue angle of 116.84º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A1C09 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB 10 28 9 -
CMYK 0.64 0 0.68 0.89
HSL 116.84º 0.51% 0.07% -
HSV(B) 116.84º 0.68% 0.11% -
XYZ 0.59 0.91 0.4 -
YUV 20.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 10 28 9 0.64 0 0.68 0.89 116.84 0.51 0.07
Hex A 1C 9 40 0 44 59 75 33 7
Octal 12 34 11 100 0 104 131 165 63 7
Binary 1010 11100 1001 1000000 0 1000100 1011001 1110101 110011 111

Color Harmonies of #0A1C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1C09

Black with #0A1C09

Text Example


Text Example

White with #0A1C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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