Html Css Color HEX #013105 Myrtle

📋 copy color: '#013105'

red 1 ◦ green 49 ◦ blue 5

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

Shades of Myrtle #013105

Tints of Myrtle #013105

RGB

 RED value IS 1 (0.78% from 255) = 1.82%

 GREEN value IS 49 (19.53% from 255) = 89.09%

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

R = 1.82%
G = 89.09%
B = 9.09%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.81

RGB Variations

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

Color information

#013105 (or 0x013105) is known color: Myrtle. HEX triplet: 01, 31 and 05. RGB value is (1,49,5). Sum of RGB (Red+Green+Blue) = 1+49+5=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 49 (19.53% from 255 or 89.09% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 49 - color contains mainly: green. Hex color #013105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013105 is #FECEFA. Grayscale: #1D1D1D. Windows color (decimal): -16699131 or 340225. OLE color: 340225.

HSL color Cylindrical-coordinate representation of color #013105: hue angle of 125º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013105 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.81.

Color convert

RGB 1 49 5 -
CMYK 0.98 0 0.90 0.81
HSL 125º 0.96% 0.1% -
HSV(B) 125º 0.98% 0.19% -
XYZ 1.14 2.21 0.51 -
YUV 29.63 114.1 107.58 -
System Red Green Blue C M Y K H S L
Decimal 1 49 5 0.98 0 0.90 0.81 125 0.96 0.1
Hex 1 31 5 62 0 5A 51 7D 60 A
Octal 1 61 5 142 0 132 121 175 140 12
Binary 1 110001 101 1100010 0 1011010 1010001 1111101 1100000 1010

Color Harmonies of #013105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013105

Black with #013105

Text Example


Text Example

White with #013105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013105; }

 p { color: rgb(1,49,5); }

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

background-color css

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

 a { background-color: rgb(1,49,5); }

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

border-color css

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

 span { border-color: rgb(1,49,5); }

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