Html Css Color HEX #041001 Myrtle

📋 copy color: '#041001'

red 4 ◦ green 16 ◦ blue 1

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

Shades of Myrtle #041001

Tints of Myrtle #041001

RGB

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

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

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

R = 19.05%
G = 76.19%
B = 4.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#041001 (or 0x041001) is known color: Myrtle. HEX triplet: 04, 10 and 01. RGB value is (4,16,1). Sum of RGB (Red+Green+Blue) = 4+16+1=21 (2% of max value = 765). Red value is 4 (1.95% from 255 or 19.05% from 21); Green value is 16 (6.64% from 255 or 76.19% from 21); Blue value is 1 (0.78% from 255 or 4.76% from 21); Max value from RGB is 16 - color contains mainly: green. Hex color #041001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041001 is #FBEFFE. Grayscale: #0A0A0A. Windows color (decimal): -16510975 or 69636. OLE color: 69636.

HSL color Cylindrical-coordinate representation of color #041001: hue angle of 108º 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 #041001 is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.94.

Color convert

RGB 4 16 1 -
CMYK 0.75 0 0.94 0.94
HSL 108º 0.88% 0.03% -
HSV(B) 108º 0.94% 0.06% -
XYZ 0.24 0.4 0.09 -
YUV 10.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 4 16 1 0.75 0 0.94 0.94 108 0.88 0.03
Hex 4 10 1 4B 0 5E 5E 6C 58 3
Octal 4 20 1 113 0 136 136 154 130 3
Binary 100 10000 1 1001011 0 1011110 1011110 1101100 1011000 11

Color Harmonies of #041001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041001

Black with #041001

Text Example


Text Example

White with #041001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041001; }

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

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

background-color css

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

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

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

border-color css

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

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

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