#140B07

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

Shades of Black #140B07

Tints of Black #140B07

Color information

#140B07 (or 0x140B07) is unknown color: approx Black. HEX triplet: 14, 0B and 07. RGB value is (20,11,7). Sum of RGB (Red+Green+Blue) = 20+11+7=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 7 (3.12% from 255 or 18.42% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #140B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B07 is #EBF4F8. Grayscale: #0D0D0D. Windows color (decimal): -15463673 or 461588. OLE color: 461588.

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

Color convert

RGB20117-
CMYK00.450.650.92
HSL18.46º48.15%5.29%-
HSV(B)18.46º65%7.84%-
XYZ0.450.40.26-
YUV13.24124.48132.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 52.63%
GREEN value IS 11 (4.69% from 255) = 28.95%
BLUE value IS 7 (3.12% from 255) = 18.42%
R=52.63%
G=28.95%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2011700.450.650.9218.4648.155.29
Hex14B702D415C12305
Octal2413705510113422605
Binary10100101111101011011000001101110010010110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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