Html Css Color HEX #040104 Mardi Gras

📋 copy color: '#040104'

red 4 ◦ green 1 ◦ blue 4

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

Shades of Mardi Gras #040104

Tints of Mardi Gras #040104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 11.11%

 BLUE value IS 4 (1.95% from 255) = 44.44%

R = 44.44%
G = 11.11%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#040104 (or 0x040104) is known color: Mardi Gras. HEX triplet: 04, 01 and 04. RGB value is (4,1,4). Sum of RGB (Red+Green+Blue) = 4+1+4=9 (1% of max value = 765). Red value is 4 (1.95% from 255 or 44.44% from 9); Green value is 1 (0.78% from 255 or 11.11% from 9); Blue value is 4 (1.95% from 255 or 44.44% from 9); Max value from RGB is 4 - color contains mainly: red, blue. Hex color #040104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040104 is #FBFEFB. Grayscale: #020202. Windows color (decimal): -16514812 or 262404. OLE color: 262404.

HSL color Cylindrical-coordinate representation of color #040104: hue angle of 300º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #040104 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.98.

Color convert

RGB 4 1 4 -
CMYK 0 0.75 0 0.98
HSL 300º 0.6% 0.01% -
HSV(B) 300º 0.75% 0.02% -
XYZ 0.08 0.06 0.12 -
YUV 2.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 4 1 4 0 0.75 0 0.98 300 0.6 0.01
Hex 4 1 4 0 4B 0 62 12C 3C 1
Octal 4 1 4 0 113 0 142 454 74 1
Binary 100 1 100 0 1001011 0 1100010 100101100 111100 1

Color Harmonies of #040104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040104

Black with #040104

Text Example


Text Example

White with #040104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040104; }

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

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

background-color css

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

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

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

border-color css

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

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

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