#030C01

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

Shades of Myrtle #030C01

Tints of Myrtle #030C01

Color information

#030C01 (or 0x030C01) is unknown color: approx Myrtle. HEX triplet: 03, 0C and 01. RGB value is (3,12,1). Sum of RGB (Red+Green+Blue) = 3+12+1=16 (2% of max value = 765). Red value is 3 (1.56% from 255 or 18.75% from 16); Green value is 12 (5.08% from 255 or 75% from 16); Blue value is 1 (0.78% from 255 or 6.25% from 16); Max value from RGB is 12 - color contains mainly: green. Hex color #030C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C01 is #FCF3FE. Grayscale: #080808. Windows color (decimal): -16577535 or 68611. OLE color: 68611.

HSL color Cylindrical-coordinate representation of color #030C01: hue angle of 109.09º degrees, saturation: 0.85, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #030C01 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.95.

Color convert

RGB3121-
CMYK0.7500.920.95
HSL109.09º84.62%2.55%-
HSV(B)109.09º91.67%4.71%-
XYZ0.170.280.07-
YUV8.06124.02124.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 18.75%
GREEN value IS 12 (5.08% from 255) = 75%
BLUE value IS 1 (0.78% from 255) = 6.25%
R=18.75%
G=75%
B=6.25%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal31210.7500.920.95109.0984.622.55
Hex3C14B05C5F6d553
Octal314111301341371551253
Binary111100110010110101110010111111101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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