#140501

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

Shades of Black #140501

Tints of Black #140501

Color information

#140501 (or 0x140501) is unknown color: approx Black. HEX triplet: 14, 05 and 01. RGB value is (20,5,1). Sum of RGB (Red+Green+Blue) = 20+5+1=26 (3% of max value = 765). Red value is 20 (8.20% from 255 or 76.92% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 20 - color contains mainly: red. Hex color #140501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140501 is #EBFAFE. Grayscale: #090909. Windows color (decimal): -15465215 or 66836. OLE color: 66836.

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

Color convert

RGB2051-
CMYK00.750.950.92
HSL12.63º90.48%4.12%-
HSV(B)12.63º95%7.84%-
XYZ0.350.260.06-
YUV9.03123.47135.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 76.92%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 1 (0.78% from 255) = 3.85%
R=76.92%
G=19.23%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal205100.750.950.9212.6390.484.12
Hex145104B5F5Cd5a4
Octal24510113137134151324
Binary101001011010010111011111101110011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140501; }

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

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

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

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

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

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

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

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