#080300

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

Shades of Black #080300

Tints of Black #080300

Color information

#080300 (or 0x080300) is unknown color: approx Black. HEX triplet: 08, 03 and 00. RGB value is (8,3,0). Sum of RGB (Red+Green+Blue) = 8+3+0=11 (1% of max value = 765). Red value is 8 (3.52% from 255 or 72.73% from 11); Green value is 3 (1.56% from 255 or 27.27% from 11); Blue value is 0 (0.39% from 255 or 0% from 11); Max value from RGB is 8 - color contains mainly: red. Hex color #080300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080300 is #F7FCFF. Grayscale: #040404. Windows color (decimal): -16252160 or 776. OLE color: 776.

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

Color convert

RGB830-
CMYK00.6310.97
HSL22.5º100%1.57%-
HSV(B)22.5º100%3.14%-
XYZ0.130.120.02-
YUV4.15125.66130.74-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 72.73%
GREEN value IS 3 (1.56% from 255) = 27.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.73%
G=27.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal83000.6310.9722.51001.57
Hex83003F646116642
Octal1030077144141261442
Binary100011001111111100100110000110110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080300; }

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

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

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

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

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

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

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

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