#140C0B

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

Shades of Black #140C0B

Tints of Black #140C0B

Color information

#140C0B (or 0x140C0B) is unknown color: approx Black. HEX triplet: 14, 0C and 0B. RGB value is (20,12,11). Sum of RGB (Red+Green+Blue) = 20+12+11=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 11 (4.69% from 255 or 25.58% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #140C0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C0B is #EBF3F4. Grayscale: #0E0E0E. Windows color (decimal): -15463413 or 723988. OLE color: 723988.

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

Color convert

RGB201211-
CMYK00.400.450.92
HSL6.67º29.03%6.08%-
HSV(B)6.67º45%7.84%-
XYZ0.480.440.38-
YUV14.28126.15132.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 12 (5.08% from 255) = 27.91%
BLUE value IS 11 (4.69% from 255) = 25.58%
R=46.51%
G=27.91%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20121100.400.450.926.6729.036.08
Hex14CB0282D5C71d6
Octal241413050551347356
Binary10100110010110101000101101101110011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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