#030101

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

Shades of Black #030101

Tints of Black #030101

Color information

#030101 (or 0x030101) is unknown color: approx Black. HEX triplet: 03, 01 and 01. RGB value is (3,1,1). Sum of RGB (Red+Green+Blue) = 3+1+1=5 (0% of max value = 765). Red value is 3 (1.56% from 255 or 60% from 5); Green value is 1 (0.78% from 255 or 20% from 5); Blue value is 1 (0.78% from 255 or 20% from 5); Max value from RGB is 3 - color contains mainly: red. Hex color #030101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030101 is #FCFEFE. Grayscale: #010101. Windows color (decimal): -16580351 or 65795. OLE color: 65795.

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

Color convert

RGB311-
CMYK00.670.670.99
HSL50%0.78%-
HSV(B)66.67%1.18%-
XYZ0.050.040.03-
YUV1.6127.66129-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 20%
BLUE value IS 1 (0.78% from 255) = 20%
R=60%
G=20%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal31100.670.670.990500.78
Hex31104343630321
Octal31101031031430621
Binary1111010000111000011110001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030101; }

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

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

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

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

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

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

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

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