Html Css Color HEX #0A1F06 Myrtle

📋 copy color: '#0A1F06'

red 10 ◦ green 31 ◦ blue 6

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

Shades of Myrtle #0A1F06

Tints of Myrtle #0A1F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 65.96%

 BLUE value IS 6 (2.73% from 255) = 12.77%

R = 21.28%
G = 65.96%
B = 12.77%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.88

RGB Variations

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

Color information

#0A1F06 (or 0x0A1F06) is known color: Myrtle. HEX triplet: 0A, 1F and 06. RGB value is (10,31,6). Sum of RGB (Red+Green+Blue) = 10+31+6=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #0A1F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1F06 is #F5E0F9. Grayscale: #151515. Windows color (decimal): -16113914 or 401162. OLE color: 401162.

HSL color Cylindrical-coordinate representation of color #0A1F06: hue angle of 110.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1F06 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.88.

Color convert

RGB 10 31 6 -
CMYK 0.68 0 0.81 0.88
HSL 110.4º 0.68% 0.07% -
HSV(B) 110.4º 0.81% 0.12% -
XYZ 0.65 1.06 0.34 -
YUV 21.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 10 31 6 0.68 0 0.81 0.88 110.4 0.68 0.07
Hex A 1F 6 44 0 51 58 6E 44 7
Octal 12 37 6 104 0 121 130 156 104 7
Binary 1010 11111 110 1000100 0 1010001 1011000 1101110 1000100 111

Color Harmonies of #0A1F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1F06

Black with #0A1F06

Text Example


Text Example

White with #0A1F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,31,6); }

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

background-color css

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

 a { background-color: rgb(10,31,6); }

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

border-color css

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

 span { border-color: rgb(10,31,6); }

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