#030F01

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

Shades of Myrtle #030F01

Tints of Myrtle #030F01

Color information

#030F01 (or 0x030F01) is unknown color: approx Myrtle. HEX triplet: 03, 0F and 01. RGB value is (3,15,1). Sum of RGB (Red+Green+Blue) = 3+15+1=19 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15.79% from 19); Green value is 15 (6.25% from 255 or 78.95% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 15 - color contains mainly: green. Hex color #030F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F01 is #FCF0FE. Grayscale: #090909. Windows color (decimal): -16576767 or 69379. OLE color: 69379.

HSL color Cylindrical-coordinate representation of color #030F01: hue angle of 111.43º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #030F01 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.94.

Color convert

RGB3151-
CMYK0.8000.930.94
HSL111.43º87.5%3.14%-
HSV(B)111.43º93.33%5.88%-
XYZ0.210.360.09-
YUV9.82123.02123.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 15.79%
GREEN value IS 15 (6.25% from 255) = 78.95%
BLUE value IS 1 (0.78% from 255) = 5.26%
R=15.79%
G=78.95%
B=5.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal31510.8000.930.94111.4387.53.14
Hex3F15005D5E6f583
Octal317112001351361571303
Binary111111110100000101110110111101101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030F01; }

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

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

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

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

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

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

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

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