#013103

Color #013103 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #013103

Tints of Myrtle #013103

Color information

#013103 (or 0x013103) is unknown color: approx Myrtle. HEX triplet: 01, 31 and 03. RGB value is (1,49,3). Sum of RGB (Red+Green+Blue) = 1+49+3=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 49 (19.53% from 255 or 92.45% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 49 - color contains mainly: green. Hex color #013103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013103 is #FECEFC. Grayscale: #1D1D1D. Windows color (decimal): -16699133 or 209153. OLE color: 209153.

HSL color Cylindrical-coordinate representation of color #013103: hue angle of 122.5º 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 #013103 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB1493-
CMYK0.9800.940.81
HSL122.5º96%9.8%-
HSV(B)122.5º97.96%19.22%-
XYZ1.132.210.45-
YUV29.4113.1107.74-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 49 (19.53% from 255) = 92.45%
BLUE value IS 3 (1.56% from 255) = 5.66%
R=1.89%
G=92.45%
B=5.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal14930.9800.940.81122.5969.8
Hex13136205E517a60a
Octal1613142013612117214012
Binary1110001111100010010111101010001111101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013103; }

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

 H1.HeaderClassName
 {
   color: #013103;
 }
 .AnyTagClassName
 {
   color: #013103;
 }
</style>
background-color css

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

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

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

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

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

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