Html Css Color HEX #0A1507 Myrtle

📋 copy color: '#0A1507'

red 10 ◦ green 21 ◦ blue 7

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

Shades of Myrtle #0A1507

Tints of Myrtle #0A1507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 18.42%

R = 26.32%
G = 55.26%
B = 18.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.67

 K value IS 0.92

RGB Variations

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

Color information

#0A1507 (or 0x0A1507) is known color: Myrtle. HEX triplet: 0A, 15 and 07. RGB value is (10,21,7). Sum of RGB (Red+Green+Blue) = 10+21+7=38 (5% of max value = 765). Red value is 10 (4.30% from 255 or 26.32% from 38); Green value is 21 (8.59% from 255 or 55.26% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1507 is #F5EAF8. Grayscale: #101010. Windows color (decimal): -16116473 or 464138. OLE color: 464138.

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

Color convert

RGB 10 21 7 -
CMYK 0.52 0 0.67 0.92
HSL 107.14º 0.5% 0.05% -
HSV(B) 107.14º 0.67% 0.08% -
XYZ 0.43 0.62 0.3 -
YUV 16.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 10 21 7 0.52 0 0.67 0.92 107.14 0.5 0.05
Hex A 15 7 34 0 43 5C 6B 32 5
Octal 12 25 7 64 0 103 134 153 62 5
Binary 1010 10101 111 110100 0 1000011 1011100 1101011 110010 101

Color Harmonies of #0A1507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1507

Black with #0A1507

Text Example


Text Example

White with #0A1507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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