#140B06

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

Shades of Black #140B06

Tints of Black #140B06

Color information

#140B06 (or 0x140B06) is unknown color: approx Black. HEX triplet: 14, 0B and 06. RGB value is (20,11,6). Sum of RGB (Red+Green+Blue) = 20+11+6=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B06 is #EBF4F9. Grayscale: #0D0D0D. Windows color (decimal): -15463674 or 396052. OLE color: 396052.

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

Color convert

RGB20116-
CMYK00.450.700.92
HSL21.43º53.85%5.1%-
HSV(B)21.43º70%7.84%-
XYZ0.440.40.23-
YUV13.12123.98132.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 54.05%
GREEN value IS 11 (4.69% from 255) = 29.73%
BLUE value IS 6 (2.73% from 255) = 16.22%
R=54.05%
G=29.73%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2011600.450.700.9221.4353.855.1
Hex14B602D465C15365
Octal2413605510613425665
Binary10100101111001011011000110101110010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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