Html Css Color HEX #0A1709 Myrtle

📋 copy color: '#0A1709'

red 10 ◦ green 23 ◦ blue 9

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

Shades of Myrtle #0A1709

Tints of Myrtle #0A1709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 54.76%

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

R = 23.81%
G = 54.76%
B = 21.43%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.91

RGB Variations

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

Color information

#0A1709 (or 0x0A1709) is known color: Myrtle. HEX triplet: 0A, 17 and 09. RGB value is (10,23,9). Sum of RGB (Red+Green+Blue) = 10+23+9=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 23 (9.38% from 255 or 54.76% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 23 - color contains mainly: green. Hex color #0A1709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1709 is #F5E8F6. Grayscale: #111111. Windows color (decimal): -16115959 or 595722. OLE color: 595722.

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

Color convert

RGB 10 23 9 -
CMYK 0.57 0 0.61 0.91
HSL 115.71º 0.44% 0.06% -
HSV(B) 115.71º 0.61% 0.09% -
XYZ 0.48 0.7 0.37 -
YUV 17.52 123.19 122.64 -
System Red Green Blue C M Y K H S L
Decimal 10 23 9 0.57 0 0.61 0.91 115.71 0.44 0.06
Hex A 17 9 39 0 3D 5B 74 2C 6
Octal 12 27 11 71 0 75 133 164 54 6
Binary 1010 10111 1001 111001 0 111101 1011011 1110100 101100 110

Color Harmonies of #0A1709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1709

Black with #0A1709

Text Example


Text Example

White with #0A1709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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