Html Css Color HEX #050502 Maire

📋 copy color: '#050502'

red 5 ◦ green 5 ◦ blue 2

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

Shades of Maire #050502

Tints of Maire #050502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 16.67%

R = 41.67%
G = 41.67%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.60

 K value IS 0.98

RGB Variations

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

Color information

#050502 (or 0x050502) is known color: Maire. HEX triplet: 05, 05 and 02. RGB value is (5,5,2). Sum of RGB (Red+Green+Blue) = 5+5+2=12 (1% of max value = 765). Red value is 5 (2.34% from 255 or 41.67% from 12); Green value is 5 (2.34% from 255 or 41.67% from 12); Blue value is 2 (1.17% from 255 or 16.67% from 12); Max value from RGB is 5 - color contains mainly: red, green. Hex color #050502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050502 is #FAFAFD. Grayscale: #040404. Windows color (decimal): -16448254 or 132357. OLE color: 132357.

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

Color convert

RGB 5 5 2 -
CMYK 0 0 0.60 0.98
HSL 60º 0.43% 0.01% -
HSV(B) 60º 0.6% 0.02% -
XYZ 0.13 0.15 0.08 -
YUV 4.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 5 5 2 0 0 0.60 0.98 60 0.43 0.01
Hex 5 5 2 0 0 3C 62 3C 2B 1
Octal 5 5 2 0 0 74 142 74 53 1
Binary 101 101 10 0 0 111100 1100010 111100 101011 1

Color Harmonies of #050502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050502

Black with #050502

Text Example


Text Example

White with #050502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050502; }

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

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

background-color css

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

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

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

border-color css

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

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

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