Html Css Color HEX #0A1509 Myrtle

📋 copy color: '#0A1509'

red 10 ◦ green 21 ◦ blue 9

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

Shades of Myrtle #0A1509

Tints of Myrtle #0A1509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 52.5%

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

R = 25%
G = 52.5%
B = 22.5%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.92

RGB Variations

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

Color information

#0A1509 (or 0x0A1509) is known color: Myrtle. HEX triplet: 0A, 15 and 09. RGB value is (10,21,9). Sum of RGB (Red+Green+Blue) = 10+21+9=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1509 is #F5EAF6. Grayscale: #101010. Windows color (decimal): -16116471 or 595210. OLE color: 595210.

HSL color Cylindrical-coordinate representation of color #0A1509: hue angle of 115º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A1509 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.

Color convert

RGB 10 21 9 -
CMYK 0.52 0 0.57 0.92
HSL 115º 0.4% 0.06% -
HSV(B) 115º 0.57% 0.08% -
XYZ 0.44 0.62 0.35 -
YUV 16.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 10 21 9 0.52 0 0.57 0.92 115 0.4 0.06
Hex A 15 9 34 0 39 5C 73 28 6
Octal 12 25 11 64 0 71 134 163 50 6
Binary 1010 10101 1001 110100 0 111001 1011100 1110011 101000 110

Color Harmonies of #0A1509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1509

Black with #0A1509

Text Example


Text Example

White with #0A1509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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