Html Css Color HEX #031101 Myrtle

📋 copy color: '#031101'

red 3 ◦ green 17 ◦ blue 1

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

Shades of Myrtle #031101

Tints of Myrtle #031101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 80.95%

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

R = 14.29%
G = 80.95%
B = 4.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#031101 (or 0x031101) is known color: Myrtle. HEX triplet: 03, 11 and 01. RGB value is (3,17,1). Sum of RGB (Red+Green+Blue) = 3+17+1=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 17 (7.03% from 255 or 80.95% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 17 - color contains mainly: green. Hex color #031101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031101 is #FCEEFE. Grayscale: #0B0B0B. Windows color (decimal): -16576255 or 69891. OLE color: 69891.

HSL color Cylindrical-coordinate representation of color #031101: hue angle of 112.5º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031101 is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 17 1 -
CMYK 0.82 0 0.94 0.93
HSL 112.5º 0.89% 0.04% -
HSV(B) 112.5º 0.94% 0.07% -
XYZ 0.24 0.42 0.1 -
YUV 10.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 3 17 1 0.82 0 0.94 0.93 112.5 0.89 0.04
Hex 3 11 1 52 0 5E 5D 70 59 4
Octal 3 21 1 122 0 136 135 160 131 4
Binary 11 10001 1 1010010 0 1011110 1011101 1110000 1011001 100

Color Harmonies of #031101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031101

Black with #031101

Text Example


Text Example

White with #031101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031101; }

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

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

background-color css

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

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

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

border-color css

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

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

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