#140600

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

Shades of Black #140600

Tints of Black #140600

Color information

#140600 (or 0x140600) is unknown color: approx Black. HEX triplet: 14, 06 and 00. RGB value is (20,6,0). Sum of RGB (Red+Green+Blue) = 20+6+0=26 (3% of max value = 765). Red value is 20 (8.20% from 255 or 76.92% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 20 - color contains mainly: red. Hex color #140600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140600 is #EBF9FF. Grayscale: #090909. Windows color (decimal): -15464960 or 1556. OLE color: 1556.

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

Color convert

RGB2060-
CMYK00.7010.92
HSL18º100%3.92%-
HSV(B)18º100%7.84%-
XYZ0.350.280.04-
YUV9.5122.64135.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 76.92%
GREEN value IS 6 (2.73% from 255) = 23.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.92%
G=23.08%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal206000.7010.92181003.92
Hex1460046645C12644
Octal24600106144134221444
Binary1010011000100011011001001011100100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140600; }

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

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

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

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

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

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

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

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