Html Css Color HEX #0A1308 Myrtle

📋 copy color: '#0A1308'

red 10 ◦ green 19 ◦ blue 8

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

Shades of Myrtle #0A1308

Tints of Myrtle #0A1308

RGB

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

 GREEN value IS 19 (7.81% from 255) = 51.35%

 BLUE value IS 8 (3.52% from 255) = 21.62%

R = 27.03%
G = 51.35%
B = 21.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.93

RGB Variations

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

Color information

#0A1308 (or 0x0A1308) is known color: Myrtle. HEX triplet: 0A, 13 and 08. RGB value is (10,19,8). Sum of RGB (Red+Green+Blue) = 10+19+8=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #0A1308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1308 is #F5ECF7. Grayscale: #0F0F0F. Windows color (decimal): -16116984 or 529162. OLE color: 529162.

HSL color Cylindrical-coordinate representation of color #0A1308: hue angle of 109.09º degrees, saturation: 0.41, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A1308 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB 10 19 8 -
CMYK 0.47 0 0.58 0.93
HSL 109.09º 0.41% 0.05% -
HSV(B) 109.09º 0.58% 0.07% -
XYZ 0.4 0.55 0.31 -
YUV 15.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 10 19 8 0.47 0 0.58 0.93 109.09 0.41 0.05
Hex A 13 8 2F 0 3A 5D 6D 29 5
Octal 12 23 10 57 0 72 135 155 51 5
Binary 1010 10011 1000 101111 0 111010 1011101 1101101 101001 101

Color Harmonies of #0A1308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1308

Black with #0A1308

Text Example


Text Example

White with #0A1308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,19,8); }

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

background-color css

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

 a { background-color: rgb(10,19,8); }

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

border-color css

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

 span { border-color: rgb(10,19,8); }

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