#140403

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

Shades of Black #140403

Tints of Black #140403

Color information

#140403 (or 0x140403) is unknown color: approx Black. HEX triplet: 14, 04 and 03. RGB value is (20,4,3). Sum of RGB (Red+Green+Blue) = 20+4+3=27 (3% of max value = 765). Red value is 20 (8.20% from 255 or 74.07% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 20 - color contains mainly: red. Hex color #140403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140403 is #EBFBFC. Grayscale: #080808. Windows color (decimal): -15465469 or 197652. OLE color: 197652.

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

Color convert

RGB2043-
CMYK00.800.850.92
HSL3.53º73.91%4.51%-
HSV(B)3.53º85%7.84%-
XYZ0.350.240.11-
YUV8.67124.8136.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 74.07%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 3 (1.56% from 255) = 11.11%
R=74.07%
G=14.81%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal204300.800.850.923.5373.914.51
Hex1443050555C44a5
Octal2443012012513441125
Binary101001001101010000101010110111001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140403; }

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

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

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

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

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

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

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

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