#140700

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

Shades of Black #140700

Tints of Black #140700

Color information

#140700 (or 0x140700) is unknown color: approx Black. HEX triplet: 14, 07 and 00. RGB value is (20,7,0). Sum of RGB (Red+Green+Blue) = 20+7+0=27 (3% of max value = 765). Red value is 20 (8.20% from 255 or 74.07% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 20 - color contains mainly: red. Hex color #140700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140700 is #EBF8FF. Grayscale: #0A0A0A. Windows color (decimal): -15464704 or 1812. OLE color: 1812.

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

Color convert

RGB2070-
CMYK00.6510.92
HSL21º100%3.92%-
HSV(B)21º100%7.84%-
XYZ0.360.30.04-
YUV10.09122.31135.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 74.07%
GREEN value IS 7 (3.12% from 255) = 25.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.07%
G=25.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal207000.6510.92211003.92
Hex1470041645C15644
Octal24700101144134251444
Binary1010011100100000111001001011100101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140700; }

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

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

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

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

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

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

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

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