Html Css Color HEX #040304 Mardi Gras

📋 copy color: '#040304'

red 4 ◦ green 3 ◦ blue 4

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

Shades of Mardi Gras #040304

Tints of Mardi Gras #040304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 27.27%

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

R = 36.36%
G = 27.27%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.98

RGB Variations

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

Color information

#040304 (or 0x040304) is known color: Mardi Gras. HEX triplet: 04, 03 and 04. RGB value is (4,3,4). Sum of RGB (Red+Green+Blue) = 4+3+4=11 (1% of max value = 765). Red value is 4 (1.95% from 255 or 36.36% from 11); Green value is 3 (1.56% from 255 or 27.27% from 11); Blue value is 4 (1.95% from 255 or 36.36% from 11); Max value from RGB is 4 - color contains mainly: red, blue. Hex color #040304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040304 is #FBFCFB. Grayscale: #030303. Windows color (decimal): -16514300 or 262916. OLE color: 262916.

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

Color convert

RGB 4 3 4 -
CMYK 0 0.25 0 0.98
HSL 300º 0.14% 0.01% -
HSV(B) 300º 0.25% 0.02% -
XYZ 0.1 0.1 0.13 -
YUV 3.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 4 3 4 0 0.25 0 0.98 300 0.14 0.01
Hex 4 3 4 0 19 0 62 12C E 1
Octal 4 3 4 0 31 0 142 454 16 1
Binary 100 11 100 0 11001 0 1100010 100101100 1110 1

Color Harmonies of #040304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040304

Black with #040304

Text Example


Text Example

White with #040304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040304; }

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

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

background-color css

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

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

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

border-color css

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

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

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