#140705

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

Shades of Black #140705

Tints of Black #140705

Color information

#140705 (or 0x140705) is unknown color: approx Black. HEX triplet: 14, 07 and 05. RGB value is (20,7,5). Sum of RGB (Red+Green+Blue) = 20+7+5=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #140705 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140705 is #EBF8FA. Grayscale: #0A0A0A. Windows color (decimal): -15464699 or 329492. OLE color: 329492.

HSL color Cylindrical-coordinate representation of color #140705: hue angle of 8º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #140705 is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB2075-
CMYK00.650.750.92
HSL60%4.9%-
HSV(B)75%7.84%-
XYZ0.390.310.18-
YUV10.66124.81134.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 62.5%
GREEN value IS 7 (3.12% from 255) = 21.88%
BLUE value IS 5 (2.34% from 255) = 15.62%
R=62.5%
G=21.88%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal207500.650.750.928604.9
Hex14750414B5C83c5
Octal2475010111313410745
Binary1010011110101000001100101110111001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140705; }

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

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

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

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

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

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

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

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