#140401

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

Shades of Black #140401

Tints of Black #140401

Color information

#140401 (or 0x140401) is unknown color: approx Black. HEX triplet: 14, 04 and 01. RGB value is (20,4,1). Sum of RGB (Red+Green+Blue) = 20+4+1=25 (3% of max value = 765). Red value is 20 (8.20% from 255 or 80% from 25); Green value is 4 (1.95% from 255 or 16% from 25); Blue value is 1 (0.78% from 255 or 4% from 25); Max value from RGB is 20 - color contains mainly: red. Hex color #140401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140401 is #EBFBFE. Grayscale: #080808. Windows color (decimal): -15465471 or 66580. OLE color: 66580.

HSL color Cylindrical-coordinate representation of color #140401: hue angle of 9.47º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140401 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB2041-
CMYK00.800.950.92
HSL9.47º90.48%4.12%-
HSV(B)9.47º95%7.84%-
XYZ0.340.240.06-
YUV8.44123.8136.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 80%
GREEN value IS 4 (1.95% from 255) = 16%
BLUE value IS 1 (0.78% from 255) = 4%
R=80%
G=16%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal204100.800.950.929.4790.484.12
Hex14410505F5C95a4
Octal24410120137134111324
Binary101001001010100001011111101110010011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140401; }

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

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

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

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

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

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

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

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