#140C16

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

Shades of Blackcurrant #140C16

Tints of Blackcurrant #140C16

Color information

#140C16 (or 0x140C16) is unknown color: approx Blackcurrant. HEX triplet: 14, 0C and 16. RGB value is (20,12,22). Sum of RGB (Red+Green+Blue) = 20+12+22=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 12 (5.08% from 255 or 22.22% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #140C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C16 is #EBF3E9. Grayscale: #0F0F0F. Windows color (decimal): -15463402 or 1444884. OLE color: 1444884.

HSL color Cylindrical-coordinate representation of color #140C16: hue angle of 288º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #140C16 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB201222-
CMYK0.090.4500.91
HSL288º29.41%6.67%-
HSV(B)288º45.45%8.63%-
XYZ0.560.470.82-
YUV15.53131.65131.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 12 (5.08% from 255) = 22.22%
BLUE value IS 22 (8.98% from 255) = 40.74%
R=37.04%
G=22.22%
B=40.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2012220.090.4500.9128829.416.67
Hex14C1692D05B1201d7
Octal24142611550133440357
Binary1010011001011010011011010101101110010000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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