#140202

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

Shades of Black #140202

Tints of Black #140202

Color information

#140202 (or 0x140202) is unknown color: approx Black. HEX triplet: 14, 02 and 02. RGB value is (20,2,2). Sum of RGB (Red+Green+Blue) = 20+2+2=24 (3% of max value = 765). Red value is 20 (8.20% from 255 or 83.33% from 24); Green value is 2 (1.17% from 255 or 8.33% from 24); Blue value is 2 (1.17% from 255 or 8.33% from 24); Max value from RGB is 20 - color contains mainly: red. Hex color #140202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140202 is #EBFDFD. Grayscale: #070707. Windows color (decimal): -15465982 or 131604. OLE color: 131604.

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

Color convert

RGB2022-
CMYK00.900.900.92
HSL81.82%4.31%-
HSV(B)90%7.84%-
XYZ0.320.20.08-
YUV7.38124.96137-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 83.33%
GREEN value IS 2 (1.17% from 255) = 8.33%
BLUE value IS 2 (1.17% from 255) = 8.33%
R=83.33%
G=8.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202200.900.900.92081.824.31
Hex142205A5A5C0524
Octal2422013213213401224
Binary101001010010110101011010101110001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140202; }

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

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

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

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

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

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

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

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