Html Css Color HEX #080101 Black

📋 copy color: '#080101'

red 8 ◦ green 1 ◦ blue 1

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

Shades of Black #080101

Tints of Black #080101

RGB

 RED value IS 8 (3.52% from 255) = 80%

 GREEN value IS 1 (0.78% from 255) = 10%

 BLUE value IS 1 (0.78% from 255) = 10%

R = 80%
G = 10%
B = 10%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.97

RGB Variations

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

Color information

#080101 (or 0x080101) is known color: Black. HEX triplet: 08, 01 and 01. RGB value is (8,1,1). Sum of RGB (Red+Green+Blue) = 8+1+1=10 (1% of max value = 765). Red value is 8 (3.52% from 255 or 80% from 10); Green value is 1 (0.78% from 255 or 10% from 10); Blue value is 1 (0.78% from 255 or 10% from 10); Max value from RGB is 8 - color contains mainly: red. Hex color #080101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080101 is #F7FEFE. Grayscale: #030303. Windows color (decimal): -16252671 or 65800. OLE color: 65800.

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

Color convert

RGB 8 1 1 -
CMYK 0 0.88 0.88 0.97
HSL 0.78% 0.02% -
HSV(B) 0.88% 0.03% -
XYZ 0.12 0.08 0.04 -
YUV 3.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 8 1 1 0 0.88 0.88 0.97 0 0.78 0.02
Hex 8 1 1 0 58 58 61 0 4E 2
Octal 10 1 1 0 130 130 141 0 116 2
Binary 1000 1 1 0 1011000 1011000 1100001 0 1001110 10

Color Harmonies of #080101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080101

Black with #080101

Text Example


Text Example

White with #080101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080101; }

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

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

background-color css

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

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

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

border-color css

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

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

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