Html Css Color HEX #0A2309 Myrtle

📋 copy color: '#0A2309'

red 10 ◦ green 35 ◦ blue 9

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

Shades of Myrtle #0A2309

Tints of Myrtle #0A2309

RGB

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

 GREEN value IS 35 (14.06% from 255) = 64.81%

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

R = 18.52%
G = 64.81%
B = 16.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.74

 K value IS 0.86

RGB Variations

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

Color information

#0A2309 (or 0x0A2309) is known color: Myrtle. HEX triplet: 0A, 23 and 09. RGB value is (10,35,9). Sum of RGB (Red+Green+Blue) = 10+35+9=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #0A2309 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2309 is #F5DCF6. Grayscale: #181818. Windows color (decimal): -16112887 or 598794. OLE color: 598794.

HSL color Cylindrical-coordinate representation of color #0A2309: hue angle of 117.69º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2309 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB 10 35 9 -
CMYK 0.71 0 0.74 0.86
HSL 117.69º 0.59% 0.09% -
HSV(B) 117.69º 0.74% 0.14% -
XYZ 0.78 1.29 0.47 -
YUV 24.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 10 35 9 0.71 0 0.74 0.86 117.69 0.59 0.09
Hex A 23 9 47 0 4A 56 76 3B 9
Octal 12 43 11 107 0 112 126 166 73 11
Binary 1010 100011 1001 1000111 0 1001010 1010110 1110110 111011 1001

Color Harmonies of #0A2309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2309

Black with #0A2309

Text Example


Text Example

White with #0A2309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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