#040201

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

Shades of Black #040201

Tints of Black #040201

Color information

#040201 (or 0x040201) is unknown color: approx Black. HEX triplet: 04, 02 and 01. RGB value is (4,2,1). Sum of RGB (Red+Green+Blue) = 4+2+1=7 (0% of max value = 765). Red value is 4 (1.95% from 255 or 57.14% from 7); Green value is 2 (1.17% from 255 or 28.57% from 7); Blue value is 1 (0.78% from 255 or 14.29% from 7); Max value from RGB is 4 - color contains mainly: red. Hex color #040201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040201 is #FBFDFE. Grayscale: #020202. Windows color (decimal): -16514559 or 66052. OLE color: 66052.

HSL color Cylindrical-coordinate representation of color #040201: hue angle of 20º 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 #040201 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.98.

Color convert

RGB421-
CMYK00.50.750.98
HSL20º60%0.98%-
HSV(B)20º75%1.57%-
XYZ0.080.070.04-
YUV2.48127.16129.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 57.14%
GREEN value IS 2 (1.17% from 255) = 28.57%
BLUE value IS 1 (0.78% from 255) = 14.29%
R=57.14%
G=28.57%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.75
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal42100.50.750.9820600.98
Hex4210324B62143c1
Octal42106211314224741
Binary100101011001010010111100010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040201; }

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

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

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

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

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

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

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

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