Html Css Color HEX #030C01 Myrtle

📋 copy color: '#030C01'

red 3 ◦ green 12 ◦ blue 1

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

Shades of Myrtle #030C01

Tints of Myrtle #030C01

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 value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.95

RGB Variations

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

Color information

#030C01 (or 0x030C01) is known color: 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

RGB 3 12 1 -
CMYK 0.75 0 0.92 0.95
HSL 109.09º 0.85% 0.03% -
HSV(B) 109.09º 0.92% 0.05% -
XYZ 0.17 0.28 0.07 -
YUV 8.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 3 12 1 0.75 0 0.92 0.95 109.09 0.85 0.03
Hex 3 C 1 4B 0 5C 5F 6D 55 3
Octal 3 14 1 113 0 134 137 155 125 3
Binary 11 1100 1 1001011 0 1011100 1011111 1101101 1010101 11

Color Harmonies of #030C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C01

Black with #030C01

Text Example


Text Example

White with #030C01

Text Example


Text Example

HTML Codes & Css Web 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>