#140502

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

Shades of Black #140502

Tints of Black #140502

Color information

#140502 (or 0x140502) is unknown color: approx Black. HEX triplet: 14, 05 and 02. RGB value is (20,5,2). Sum of RGB (Red+Green+Blue) = 20+5+2=27 (3% of max value = 765). Red value is 20 (8.20% from 255 or 74.07% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 20 - color contains mainly: red. Hex color #140502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140502 is #EBFAFD. Grayscale: #090909. Windows color (decimal): -15465214 or 132372. OLE color: 132372.

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

Color convert

RGB2052-
CMYK00.750.900.92
HSL10º81.82%4.31%-
HSV(B)10º90%7.84%-
XYZ0.350.260.09-
YUV9.14123.97135.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 74.07%
GREEN value IS 5 (2.34% from 255) = 18.52%
BLUE value IS 2 (1.17% from 255) = 7.41%
R=74.07%
G=18.52%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal205200.750.900.921081.824.31
Hex145204B5A5Ca524
Octal24520113132134121224
Binary1010010110010010111011010101110010101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140502; }

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

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

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

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

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

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

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

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