Html Css Color HEX #050400 Maire

📋 copy color: '#050400'

red 5 ◦ green 4 ◦ blue 0

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

Shades of Maire #050400

Tints of Maire #050400

RGB

 RED value IS 5 (2.34% from 255) = 55.56%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.56%
G = 44.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.98

RGB Variations

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

Color information

#050400 (or 0x050400) is known color: Maire. HEX triplet: 05, 04 and 00. RGB value is (5,4,0). Sum of RGB (Red+Green+Blue) = 5+4+0=9 (1% of max value = 765). Red value is 5 (2.34% from 255 or 55.56% from 9); Green value is 4 (1.95% from 255 or 44.44% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 5 - color contains mainly: red. Hex color #050400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050400 is #FAFBFF. Grayscale: #030303. Windows color (decimal): -16448512 or 1029. OLE color: 1029.

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

Color convert

RGB 5 4 0 -
CMYK 0 0.20 1 0.98
HSL 48º 1% 0.01% -
HSV(B) 48º 1% 0.02% -
XYZ 0.11 0.12 0.02 -
YUV 3.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 5 4 0 0 0.20 1 0.98 48 1 0.01
Hex 5 4 0 0 14 64 62 30 64 1
Octal 5 4 0 0 24 144 142 60 144 1
Binary 101 100 0 0 10100 1100100 1100010 110000 1100100 1

Color Harmonies of #050400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050400

Black with #050400

Text Example


Text Example

White with #050400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050400; }

 p { color: rgb(5,4,0); }

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

background-color css

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

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

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

border-color css

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

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

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