#140301

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

Shades of Black #140301

Tints of Black #140301

Color information

#140301 (or 0x140301) is unknown color: approx Black. HEX triplet: 14, 03 and 01. RGB value is (20,3,1). Sum of RGB (Red+Green+Blue) = 20+3+1=24 (3% of max value = 765). Red value is 20 (8.20% from 255 or 83.33% from 24); Green value is 3 (1.56% from 255 or 12.5% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 20 - color contains mainly: red. Hex color #140301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140301 is #EBFCFE. Grayscale: #070707. Windows color (decimal): -15465727 or 66324. OLE color: 66324.

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

Color convert

RGB2031-
CMYK00.850.950.92
HSL6.32º90.48%4.12%-
HSV(B)6.32º95%7.84%-
XYZ0.330.220.05-
YUV7.86124.13136.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 83.33%
GREEN value IS 3 (1.56% from 255) = 12.5%
BLUE value IS 1 (0.78% from 255) = 4.17%
R=83.33%
G=12.5%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal203100.850.950.926.3290.484.12
Hex14310555F5C65a4
Octal2431012513713461324
Binary1010011101010101101111110111001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140301; }

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

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

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

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

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

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

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

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