#000000

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

Shades of Black #000000

Tints of Black #000000

Color information

#000000 (or 0x000000) is known color: Black. HEX triplet: 00, 00 and 00. RGB value is (0,0,0). Sum of RGB (Red+Green+Blue) = 0+0+0=0 (0% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 0); Green value is 0 (0.39% from 255 or 0% from 0); Blue value is 0 (0.39% from 255 or 0% from 0); Max value from RGB is 0 - color contains mainly: red, green, blue. Hex color #000000 is a web safe color. Inversed color of #000000 is #FFFFFF. Grayscale: #000000. Windows color (decimal): -16777216 or 0. OLE color: 0.

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

Color convert

RGB000-
CMYK0001
HSL0%0%-
HSV(B)0%0%-
XYZ000-
YUV0128128-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 0 (0.39% from 255) = 0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 1
SystemRedGreenBlueCMYKHSL
Decimal0000001000
Hex00000064000
Octal000000144000
Binary0000001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000000; }

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

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

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

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

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

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

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

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