Html Css Color HEX #0A1B09 Myrtle

📋 copy color: '#0A1B09'

red 10 ◦ green 27 ◦ blue 9

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

Shades of Myrtle #0A1B09

Tints of Myrtle #0A1B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 58.7%

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

R = 21.74%
G = 58.7%
B = 19.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.89

RGB Variations

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

Color information

#0A1B09 (or 0x0A1B09) is known color: Myrtle. HEX triplet: 0A, 1B and 09. RGB value is (10,27,9). Sum of RGB (Red+Green+Blue) = 10+27+9=46 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.74% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #0A1B09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1B09 is #F5E4F6. Grayscale: #131313. Windows color (decimal): -16114935 or 596746. OLE color: 596746.

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

Color convert

RGB 10 27 9 -
CMYK 0.63 0 0.67 0.89
HSL 116.67º 0.5% 0.07% -
HSV(B) 116.67º 0.67% 0.11% -
XYZ 0.57 0.87 0.4 -
YUV 19.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 10 27 9 0.63 0 0.67 0.89 116.67 0.5 0.07
Hex A 1B 9 3F 0 43 59 75 32 7
Octal 12 33 11 77 0 103 131 165 62 7
Binary 1010 11011 1001 111111 0 1000011 1011001 1110101 110010 111

Color Harmonies of #0A1B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1B09

Black with #0A1B09

Text Example


Text Example

White with #0A1B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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