#080100

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

Shades of Black #080100

Tints of Black #080100

Color information

#080100 (or 0x080100) is unknown color: approx Black. HEX triplet: 08, 01 and 00. RGB value is (8,1,0). Sum of RGB (Red+Green+Blue) = 8+1+0=9 (1% of max value = 765). Red value is 8 (3.52% from 255 or 88.89% from 9); Green value is 1 (0.78% from 255 or 11.11% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 8 - color contains mainly: red. Hex color #080100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080100 is #F7FEFF. Grayscale: #020202. Windows color (decimal): -16252672 or 264. OLE color: 264.

HSL color Cylindrical-coordinate representation of color #080100: hue angle of 7.5º 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 #080100 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB810-
CMYK00.8810.97
HSL7.5º100%1.57%-
HSV(B)7.5º100%3.14%-
XYZ0.110.070.01-
YUV2.98126.32131.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 88.89%
GREEN value IS 1 (0.78% from 255) = 11.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=88.89%
G=11.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal81000.8810.977.51001.57
Hex81005864618642
Octal10100130144141101442
Binary10001001011000110010011000011000110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080100; }

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

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

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

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

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

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

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

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