Html Css Color HEX #003101 Myrtle

📋 copy color: '#003101'

red 0 ◦ green 49 ◦ blue 1

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

Shades of Myrtle #003101

Tints of Myrtle #003101

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 98%

 BLUE value IS 1 (0.78% from 255) = 2%

R = 0%
G = 98%
B = 2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#003101 (or 0x003101) is known color: Myrtle. HEX triplet: 00, 31 and 01. RGB value is (0,49,1). Sum of RGB (Red+Green+Blue) = 0+49+1=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 49 (19.53% from 255 or 98% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 49 - color contains mainly: green. Hex color #003101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003101 is #FFCEFE. Grayscale: #1D1D1D. Windows color (decimal): -16764671 or 78080. OLE color: 78080.

HSL color Cylindrical-coordinate representation of color #003101: hue angle of 121.22º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003101 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 49 1 -
CMYK 1 0 0.98 0.81
HSL 121.22º 1% 0.1% -
HSV(B) 121.22º 1% 0.19% -
XYZ 1.1 2.2 0.39 -
YUV 28.88 112.27 107.4 -
System Red Green Blue C M Y K H S L
Decimal 0 49 1 1 0 0.98 0.81 121.22 1 0.1
Hex 0 31 1 64 0 62 51 79 64 A
Octal 0 61 1 144 0 142 121 171 144 12
Binary 0 110001 1 1100100 0 1100010 1010001 1111001 1100100 1010

Color Harmonies of #003101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003101

Black with #003101

Text Example


Text Example

White with #003101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003101; }

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

 H1.HeaderClassName
 {
   color: #003101;
 }
 .AnyTagClassName
 {
   color: #003101;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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