#140503

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

Shades of Black #140503

Tints of Black #140503

Color information

#140503 (or 0x140503) is unknown color: approx Black. HEX triplet: 14, 05 and 03. RGB value is (20,5,3). Sum of RGB (Red+Green+Blue) = 20+5+3=28 (3% of max value = 765). Red value is 20 (8.20% from 255 or 71.43% from 28); Green value is 5 (2.34% from 255 or 17.86% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 20 - color contains mainly: red. Hex color #140503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140503 is #EBFAFC. Grayscale: #090909. Windows color (decimal): -15465213 or 197908. OLE color: 197908.

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

Color convert

RGB2053-
CMYK00.750.850.92
HSL7.06º73.91%4.51%-
HSV(B)7.06º85%7.84%-
XYZ0.360.260.12-
YUV9.26124.47135.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 71.43%
GREEN value IS 5 (2.34% from 255) = 17.86%
BLUE value IS 3 (1.56% from 255) = 10.71%
R=71.43%
G=17.86%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal205300.750.850.927.0673.914.51
Hex145304B555C74a5
Octal2453011312513471125
Binary101001011101001011101010110111001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140503; }

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

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

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

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

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

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

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

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