#140402

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

Shades of Black #140402

Tints of Black #140402

Color information

#140402 (or 0x140402) is unknown color: approx Black. HEX triplet: 14, 04 and 02. RGB value is (20,4,2). Sum of RGB (Red+Green+Blue) = 20+4+2=26 (3% of max value = 765). Red value is 20 (8.20% from 255 or 76.92% from 26); Green value is 4 (1.95% from 255 or 15.38% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 20 - color contains mainly: red. Hex color #140402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140402 is #EBFBFD. Grayscale: #080808. Windows color (decimal): -15465470 or 132116. OLE color: 132116.

HSL color Cylindrical-coordinate representation of color #140402: hue angle of 6.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140402 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB2042-
CMYK00.800.900.92
HSL6.67º81.82%4.31%-
HSV(B)6.67º90%7.84%-
XYZ0.340.240.09-
YUV8.56124.3136.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 76.92%
GREEN value IS 4 (1.95% from 255) = 15.38%
BLUE value IS 2 (1.17% from 255) = 7.69%
R=76.92%
G=15.38%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal204200.800.900.926.6781.824.31
Hex14420505A5C7524
Octal2442012013213471224
Binary101001001001010000101101010111001111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140402; }

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

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

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

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

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

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

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

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