#040101

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

Shades of Black #040101

Tints of Black #040101

Color information

#040101 (or 0x040101) is unknown color: approx Black. HEX triplet: 04, 01 and 01. RGB value is (4,1,1). Sum of RGB (Red+Green+Blue) = 4+1+1=6 (0% of max value = 765). Red value is 4 (1.95% from 255 or 66.67% from 6); Green value is 1 (0.78% from 255 or 16.67% from 6); Blue value is 1 (0.78% from 255 or 16.67% from 6); Max value from RGB is 4 - color contains mainly: red. Hex color #040101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040101 is #FBFEFE. Grayscale: #010101. Windows color (decimal): -16514815 or 65796. OLE color: 65796.

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

Color convert

RGB411-
CMYK00.750.750.98
HSL60%0.98%-
HSV(B)75%1.57%-
XYZ0.070.050.03-
YUV1.9127.49129.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 16.67%
BLUE value IS 1 (0.78% from 255) = 16.67%
R=66.67%
G=16.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal41100.750.750.980600.98
Hex41104B4B6203c1
Octal41101131131420741
Binary10011010010111001011110001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040101; }

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

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

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

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

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

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

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

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