Html Css Color HEX #0A1805 Myrtle

📋 copy color: '#0A1805'

red 10 ◦ green 24 ◦ blue 5

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

Shades of Myrtle #0A1805

Tints of Myrtle #0A1805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 61.54%

 BLUE value IS 5 (2.34% from 255) = 12.82%

R = 25.64%
G = 61.54%
B = 12.82%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.79

 K value IS 0.91

RGB Variations

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

Color information

#0A1805 (or 0x0A1805) is known color: Myrtle. HEX triplet: 0A, 18 and 05. RGB value is (10,24,5). Sum of RGB (Red+Green+Blue) = 10+24+5=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 24 (9.77% from 255 or 61.54% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 24 - color contains mainly: green. Hex color #0A1805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1805 is #F5E7FA. Grayscale: #111111. Windows color (decimal): -16115707 or 333834. OLE color: 333834.

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

Color convert

RGB 10 24 5 -
CMYK 0.58 0 0.79 0.91
HSL 104.21º 0.66% 0.06% -
HSV(B) 104.21º 0.79% 0.09% -
XYZ 0.48 0.73 0.26 -
YUV 17.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 10 24 5 0.58 0 0.79 0.91 104.21 0.66 0.06
Hex A 18 5 3A 0 4F 5B 68 42 6
Octal 12 30 5 72 0 117 133 150 102 6
Binary 1010 11000 101 111010 0 1001111 1011011 1101000 1000010 110

Color Harmonies of #0A1805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1805

Black with #0A1805

Text Example


Text Example

White with #0A1805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,24,5); }

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

background-color css

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

 a { background-color: rgb(10,24,5); }

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

border-color css

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

 span { border-color: rgb(10,24,5); }

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