Html Css Color HEX #050504 Maire

📋 copy color: '#050504'

red 5 ◦ green 5 ◦ blue 4

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

Shades of Maire #050504

Tints of Maire #050504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 35.71%

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

R = 35.71%
G = 35.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.98

RGB Variations

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

Color information

#050504 (or 0x050504) is known color: Maire. HEX triplet: 05, 05 and 04. RGB value is (5,5,4). Sum of RGB (Red+Green+Blue) = 5+5+4=14 (1% of max value = 765). Red value is 5 (2.34% from 255 or 35.71% from 14); Green value is 5 (2.34% from 255 or 35.71% from 14); Blue value is 4 (1.95% from 255 or 28.57% from 14); Max value from RGB is 5 - color contains mainly: red, green. Hex color #050504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050504 is #FAFAFB. Grayscale: #040404. Windows color (decimal): -16448252 or 263429. OLE color: 263429.

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

Color convert

RGB 5 5 4 -
CMYK 0 0 0.20 0.98
HSL 60º 0.11% 0.02% -
HSV(B) 60º 0.2% 0.02% -
XYZ 0.14 0.15 0.14 -
YUV 4.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 5 5 4 0 0 0.20 0.98 60 0.11 0.02
Hex 5 5 4 0 0 14 62 3C B 2
Octal 5 5 4 0 0 24 142 74 13 2
Binary 101 101 100 0 0 10100 1100010 111100 1011 10

Color Harmonies of #050504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050504

Black with #050504

Text Example


Text Example

White with #050504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050504; }

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

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

background-color css

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

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

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

border-color css

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

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

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