#140606

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

Shades of Black #140606

Tints of Black #140606

Color information

#140606 (or 0x140606) is unknown color: approx Black. HEX triplet: 14, 06 and 06. RGB value is (20,6,6). Sum of RGB (Red+Green+Blue) = 20+6+6=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 6 (2.73% from 255 or 18.75% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #140606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140606 is #EBF9F9. Grayscale: #0A0A0A. Windows color (decimal): -15464954 or 394772. OLE color: 394772.

HSL color Cylindrical-coordinate representation of color #140606: hue angle of 0º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140606 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB2066-
CMYK00.700.700.92
HSL53.85%5.1%-
HSV(B)70%7.84%-
XYZ0.390.290.21-
YUV10.19125.64135-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 62.5%
GREEN value IS 6 (2.73% from 255) = 18.75%
BLUE value IS 6 (2.73% from 255) = 18.75%
R=62.5%
G=18.75%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal206600.700.700.92053.855.1
Hex1466046465C0365
Octal246601061061340665
Binary1010011011001000110100011010111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140606; }

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

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

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

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

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

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

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

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