#080800

Color #080800 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #080800

Tints of Maire #080800

Color information

#080800 (or 0x080800) is unknown color: approx Maire. HEX triplet: 08, 08 and 00. RGB value is (8,8,0). Sum of RGB (Red+Green+Blue) = 8+8+0=16 (2% of max value = 765). Red value is 8 (3.52% from 255 or 50% from 16); Green value is 8 (3.52% from 255 or 50% from 16); Blue value is 0 (0.39% from 255 or 0% from 16); Max value from RGB is 8 - color contains mainly: red, green. Hex color #080800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080800 is #F7F7FF. Grayscale: #070707. Windows color (decimal): -16250880 or 2056. OLE color: 2056.

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

Color convert

RGB880-
CMYK0010.97
HSL60º100%1.57%-
HSV(B)60º100%3.14%-
XYZ0.190.230.03-
YUV7.09124128.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal8800010.97601001.57
Hex8800064613c642
Octal1010000144141741442
Binary1000100000011001001100001111100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080800; }

 p { color: rgb(8,8,0); }

 H1.HeaderClassName
 {
   color: #080800;
 }
 .AnyTagClassName
 {
   color: #080800;
 }
</style>
background-color css

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

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

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

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

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

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