#140706

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

Shades of Black #140706

Tints of Black #140706

Color information

#140706 (or 0x140706) is unknown color: approx Black. HEX triplet: 14, 07 and 06. RGB value is (20,7,6). Sum of RGB (Red+Green+Blue) = 20+7+6=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #140706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140706 is #EBF8F9. Grayscale: #0A0A0A. Windows color (decimal): -15464698 or 395028. OLE color: 395028.

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

Color convert

RGB2076-
CMYK00.650.700.92
HSL4.29º53.85%5.1%-
HSV(B)4.29º70%7.84%-
XYZ0.40.310.21-
YUV10.77125.31134.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 60.61%
GREEN value IS 7 (3.12% from 255) = 21.21%
BLUE value IS 6 (2.73% from 255) = 18.18%
R=60.61%
G=21.21%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal207600.650.700.924.2953.855.1
Hex1476041465C4365
Octal247601011061344665
Binary101001111100100000110001101011100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140706; }

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

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

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

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

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

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

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

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