#012101

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

Shades of Myrtle #012101

Tints of Myrtle #012101

Color information

#012101 (or 0x012101) is unknown color: approx Myrtle. HEX triplet: 01, 21 and 01. RGB value is (1,33,1). Sum of RGB (Red+Green+Blue) = 1+33+1=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 33 (13.28% from 255 or 94.29% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 33 - color contains mainly: green. Hex color #012101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012101 is #FEDEFE. Grayscale: #131313. Windows color (decimal): -16703231 or 73985. OLE color: 73985.

HSL color Cylindrical-coordinate representation of color #012101: hue angle of 120º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012101 is Cyan = 0.97, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB1331-
CMYK0.9700.970.87
HSL120º94.12%6.67%-
HSV(B)120º96.97%12.94%-
XYZ0.561.10.21-
YUV19.78117.4114.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.86%
GREEN value IS 33 (13.28% from 255) = 94.29%
BLUE value IS 1 (0.78% from 255) = 2.86%
R=2.86%
G=94.29%
B=2.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal13310.9700.970.8712094.126.67
Hex12116106157785e7
Octal141114101411271701367
Binary11000011110000101100001101011111110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012101; }

 p { color: rgb(1,33,1); }

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

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

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

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

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

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

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