#140602

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

Shades of Black #140602

Tints of Black #140602

Color information

#140602 (or 0x140602) is unknown color: approx Black. HEX triplet: 14, 06 and 02. RGB value is (20,6,2). Sum of RGB (Red+Green+Blue) = 20+6+2=28 (3% of max value = 765). Red value is 20 (8.20% from 255 or 71.43% from 28); Green value is 6 (2.73% from 255 or 21.43% from 28); Blue value is 2 (1.17% from 255 or 7.14% from 28); Max value from RGB is 20 - color contains mainly: red. Hex color #140602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140602 is #EBF9FD. Grayscale: #090909. Windows color (decimal): -15464958 or 132628. OLE color: 132628.

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

Color convert

RGB2062-
CMYK00.700.900.92
HSL13.33º81.82%4.31%-
HSV(B)13.33º90%7.84%-
XYZ0.360.280.09-
YUV9.73123.64135.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 71.43%
GREEN value IS 6 (2.73% from 255) = 21.43%
BLUE value IS 2 (1.17% from 255) = 7.14%
R=71.43%
G=21.43%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal206200.700.900.9213.3381.824.31
Hex14620465A5Cd524
Octal24620106132134151224
Binary1010011010010001101011010101110011011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140602; }

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

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

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

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

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

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

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

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