#140707

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

Shades of Black #140707

Tints of Black #140707

Color information

#140707 (or 0x140707) is unknown color: approx Black. HEX triplet: 14, 07 and 07. RGB value is (20,7,7). Sum of RGB (Red+Green+Blue) = 20+7+7=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 7 (3.12% from 255 or 20.59% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #140707 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140707 is #EBF8F8. Grayscale: #0A0A0A. Windows color (decimal): -15464697 or 460564. OLE color: 460564.

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

Color convert

RGB2077-
CMYK00.650.650.92
HSL48.15%5.29%-
HSV(B)65%7.84%-
XYZ0.40.320.24-
YUV10.89125.81134.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 58.82%
GREEN value IS 7 (3.12% from 255) = 20.59%
BLUE value IS 7 (3.12% from 255) = 20.59%
R=58.82%
G=20.59%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal207700.650.650.92048.155.29
Hex1477041415C0305
Octal247701011011340605
Binary1010011111101000001100000110111000110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140707; }

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

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

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

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

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

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

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

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