#140A01

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

Shades of Black #140A01

Tints of Black #140A01

Color information

#140A01 (or 0x140A01) is unknown color: approx Black. HEX triplet: 14, 0A and 01. RGB value is (20,10,1). Sum of RGB (Red+Green+Blue) = 20+10+1=31 (4% of max value = 765). Red value is 20 (8.20% from 255 or 64.52% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 1 (0.78% from 255 or 3.23% from 31); Max value from RGB is 20 - color contains mainly: red. Hex color #140A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A01 is #EBF5FE. Grayscale: #0C0C0C. Windows color (decimal): -15463935 or 68116. OLE color: 68116.

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

Color convert

RGB20101-
CMYK00.500.950.92
HSL28.42º90.48%4.12%-
HSV(B)28.42º95%7.84%-
XYZ0.40.370.08-
YUV11.96121.81133.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 64.52%
GREEN value IS 10 (4.30% from 255) = 32.26%
BLUE value IS 1 (0.78% from 255) = 3.23%
R=64.52%
G=32.26%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2010100.500.950.9228.4290.484.12
Hex14A10325F5C1c5a4
Octal24121062137134341324
Binary1010010101011001010111111011100111001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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