Html Css Color HEX #041401 Myrtle

📋 copy color: '#041401'

red 4 ◦ green 20 ◦ blue 1

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

Shades of Myrtle #041401

Tints of Myrtle #041401

RGB

 RED value IS 4 (1.95% from 255) = 16%

 GREEN value IS 20 (8.2% from 255) = 80%

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

R = 16%
G = 80%
B = 4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#041401 (or 0x041401) is known color: Myrtle. HEX triplet: 04, 14 and 01. RGB value is (4,20,1). Sum of RGB (Red+Green+Blue) = 4+20+1=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 20 (8.20% from 255 or 80% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 20 - color contains mainly: green. Hex color #041401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041401 is #FBEBFE. Grayscale: #0D0D0D. Windows color (decimal): -16509951 or 70660. OLE color: 70660.

HSL color Cylindrical-coordinate representation of color #041401: hue angle of 110.53º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041401 is Cyan = 0.80, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 20 1 -
CMYK 0.80 0 0.95 0.92
HSL 110.53º 0.9% 0.04% -
HSV(B) 110.53º 0.95% 0.08% -
XYZ 0.31 0.53 0.11 -
YUV 13.05 121.2 121.54 -
System Red Green Blue C M Y K H S L
Decimal 4 20 1 0.80 0 0.95 0.92 110.53 0.9 0.04
Hex 4 14 1 50 0 5F 5C 6F 5A 4
Octal 4 24 1 120 0 137 134 157 132 4
Binary 100 10100 1 1010000 0 1011111 1011100 1101111 1011010 100

Color Harmonies of #041401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041401

Black with #041401

Text Example


Text Example

White with #041401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041401; }

 p { color: rgb(4,20,1); }

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

background-color css

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

 a { background-color: rgb(4,20,1); }

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

border-color css

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

 span { border-color: rgb(4,20,1); }

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