#140201

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

Shades of Black #140201

Tints of Black #140201

Color information

#140201 (or 0x140201) is unknown color: approx Black. HEX triplet: 14, 02 and 01. RGB value is (20,2,1). Sum of RGB (Red+Green+Blue) = 20+2+1=23 (3% of max value = 765). Red value is 20 (8.20% from 255 or 86.96% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 1 (0.78% from 255 or 4.35% from 23); Max value from RGB is 20 - color contains mainly: red. Hex color #140201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140201 is #EBFDFE. Grayscale: #070707. Windows color (decimal): -15465983 or 66068. OLE color: 66068.

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

Color convert

RGB2021-
CMYK00.900.950.92
HSL3.16º90.48%4.12%-
HSV(B)3.16º95%7.84%-
XYZ0.320.190.05-
YUV7.27124.46137.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 86.96%
GREEN value IS 2 (1.17% from 255) = 8.70%
BLUE value IS 1 (0.78% from 255) = 4.35%
R=86.96%
G=8.70%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202100.900.950.923.1690.484.12
Hex142105A5F5C35a4
Octal2421013213713431324
Binary101001010101101010111111011100111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140201; }

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

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

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

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

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

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

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

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