#140A00

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

Shades of Black #140A00

Tints of Black #140A00

Color information

#140A00 (or 0x140A00) is unknown color: approx Black. HEX triplet: 14, 0A and 00. RGB value is (20,10,0). Sum of RGB (Red+Green+Blue) = 20+10+0=30 (3% of max value = 765). Red value is 20 (8.20% from 255 or 66.67% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 20 - color contains mainly: red. Hex color #140A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A00 is #EBF5FF. Grayscale: #0B0B0B. Windows color (decimal): -15463936 or 2580. OLE color: 2580.

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

Color convert

RGB20100-
CMYK00.5010.92
HSL30º100%3.92%-
HSV(B)30º100%7.84%-
XYZ0.40.370.05-
YUV11.85121.31133.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 33.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.67%
G=33.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2010000.5010.92301003.92
Hex14A0032645C1e644
Octal24120062144134361444
Binary1010010100011001011001001011100111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140A00; }

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

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

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

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

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

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

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

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