#140807

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

Shades of Black #140807

Tints of Black #140807

Color information

#140807 (or 0x140807) is unknown color: approx Black. HEX triplet: 14, 08 and 07. RGB value is (20,8,7). Sum of RGB (Red+Green+Blue) = 20+8+7=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 7 (3.12% from 255 or 20% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #140807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140807 is #EBF7F8. Grayscale: #0B0B0B. Windows color (decimal): -15464441 or 460820. OLE color: 460820.

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

Color convert

RGB2087-
CMYK00.600.650.92
HSL4.62º48.15%5.29%-
HSV(B)4.62º65%7.84%-
XYZ0.410.340.24-
YUV11.47125.48134.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 57.14%
GREEN value IS 8 (3.52% from 255) = 22.86%
BLUE value IS 7 (3.12% from 255) = 20%
R=57.14%
G=22.86%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal208700.600.650.924.6248.155.29
Hex148703C415C5305
Octal241070741011345605
Binary101001000111011110010000011011100101110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140807; }

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

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

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

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

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

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

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

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