#140816

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

Shades of Blackcurrant #140816

Tints of Blackcurrant #140816

Color information

#140816 (or 0x140816) is unknown color: approx Blackcurrant. HEX triplet: 14, 08 and 16. RGB value is (20,8,22). Sum of RGB (Red+Green+Blue) = 20+8+22=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #140816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140816 is #EBF7E9. Grayscale: #0D0D0D. Windows color (decimal): -15464426 or 1443860. OLE color: 1443860.

HSL color Cylindrical-coordinate representation of color #140816: hue angle of 291.43º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #140816 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB20822-
CMYK0.090.6400.91
HSL291.43º46.67%5.88%-
HSV(B)291.43º63.64%8.63%-
XYZ0.520.380.81-
YUV13.18132.98132.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 8 (3.52% from 255) = 16%
BLUE value IS 22 (8.98% from 255) = 44%
R=40%
G=16%
B=44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal208220.090.6400.91291.4346.675.88
Hex1481694005B1232f6
Octal241026111000133443576
Binary101001000101101001100000001011011100100011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140816; }

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

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

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

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

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

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

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

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