#140B01

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

Shades of Black #140B01

Tints of Black #140B01

Color information

#140B01 (or 0x140B01) is unknown color: approx Black. HEX triplet: 14, 0B and 01. RGB value is (20,11,1). Sum of RGB (Red+Green+Blue) = 20+11+1=32 (4% of max value = 765). Red value is 20 (8.20% from 255 or 62.5% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 20 - color contains mainly: red. Hex color #140B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B01 is #EBF4FE. Grayscale: #0C0C0C. Windows color (decimal): -15463679 or 68372. OLE color: 68372.

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

Color convert

RGB20111-
CMYK00.450.950.92
HSL31.58º90.48%4.12%-
HSV(B)31.58º95%7.84%-
XYZ0.410.390.08-
YUV12.55121.48133.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 62.5%
GREEN value IS 11 (4.69% from 255) = 34.38%
BLUE value IS 1 (0.78% from 255) = 3.12%
R=62.5%
G=34.38%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2011100.450.950.9231.5890.484.12
Hex14B102D5F5C205a4
Octal24131055137134401324
Binary10100101110101101101111110111001000001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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