#140400

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

Shades of Black #140400

Tints of Black #140400

Color information

#140400 (or 0x140400) is unknown color: approx Black. HEX triplet: 14, 04 and 00. RGB value is (20,4,0). Sum of RGB (Red+Green+Blue) = 20+4+0=24 (3% of max value = 765). Red value is 20 (8.20% from 255 or 83.33% from 24); Green value is 4 (1.95% from 255 or 16.67% from 24); Blue value is 0 (0.39% from 255 or 0% from 24); Max value from RGB is 20 - color contains mainly: red. Hex color #140400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140400 is #EBFBFF. Grayscale: #080808. Windows color (decimal): -15465472 or 1044. OLE color: 1044.

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

Color convert

RGB2040-
CMYK00.8010.92
HSL12º100%3.92%-
HSV(B)12º100%7.84%-
XYZ0.330.240.03-
YUV8.33123.3136.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 83.33%
GREEN value IS 4 (1.95% from 255) = 16.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.33%
G=16.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal204000.8010.92121003.92
Hex1440050645Cc644
Octal24400120144134141444
Binary101001000010100001100100101110011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140400; }

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

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

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

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

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

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

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

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