Html Css Color HEX #031001 Myrtle

📋 copy color: '#031001'

red 3 ◦ green 16 ◦ blue 1

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

Shades of Myrtle #031001

Tints of Myrtle #031001

RGB

 RED value IS 3 (1.56% from 255) = 15%

 GREEN value IS 16 (6.64% from 255) = 80%

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

R = 15%
G = 80%
B = 5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#031001 (or 0x031001) is known color: Myrtle. HEX triplet: 03, 10 and 01. RGB value is (3,16,1). Sum of RGB (Red+Green+Blue) = 3+16+1=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 16 (6.64% from 255 or 80% from 20); Blue value is 1 (0.78% from 255 or 5% from 20); Max value from RGB is 16 - color contains mainly: green. Hex color #031001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031001 is #FCEFFE. Grayscale: #0A0A0A. Windows color (decimal): -16576511 or 69635. OLE color: 69635.

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

Color convert

RGB 3 16 1 -
CMYK 0.81 0 0.94 0.94
HSL 112º 0.88% 0.03% -
HSV(B) 112º 0.94% 0.06% -
XYZ 0.23 0.39 0.09 -
YUV 10.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 3 16 1 0.81 0 0.94 0.94 112 0.88 0.03
Hex 3 10 1 51 0 5E 5E 70 58 3
Octal 3 20 1 121 0 136 136 160 130 3
Binary 11 10000 1 1010001 0 1011110 1011110 1110000 1011000 11

Color Harmonies of #031001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031001

Black with #031001

Text Example


Text Example

White with #031001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031001; }

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

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

background-color css

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

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

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

border-color css

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

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

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