#140500

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

Shades of Black #140500

Tints of Black #140500

Color information

#140500 (or 0x140500) is unknown color: approx Black. HEX triplet: 14, 05 and 00. RGB value is (20,5,0). Sum of RGB (Red+Green+Blue) = 20+5+0=25 (3% of max value = 765). Red value is 20 (8.20% from 255 or 80% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 20 - color contains mainly: red. Hex color #140500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140500 is #EBFAFF. Grayscale: #080808. Windows color (decimal): -15465216 or 1300. OLE color: 1300.

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

Color convert

RGB2050-
CMYK00.7510.92
HSL15º100%3.92%-
HSV(B)15º100%7.84%-
XYZ0.340.260.03-
YUV8.91122.97135.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 80%
GREEN value IS 5 (2.34% from 255) = 20%
BLUE value IS 0 (0.39% from 255) = 0%
R=80%
G=20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal205000.7510.92151003.92
Hex145004B645Cf644
Octal24500113144134171444
Binary101001010010010111100100101110011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140500; }

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

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

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

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

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

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

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

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