#140216

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

Shades of Blackcurrant #140216

Tints of Blackcurrant #140216

Color information

#140216 (or 0x140216) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 16. RGB value is (20,2,22). Sum of RGB (Red+Green+Blue) = 20+2+22=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #140216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140216 is #EBFDE9. Grayscale: #090909. Windows color (decimal): -15465962 or 1442324. OLE color: 1442324.

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

Color convert

RGB20222-
CMYK0.090.9100.91
HSL294º83.33%4.71%-
HSV(B)294º90.91%8.63%-
XYZ0.460.250.78-
YUV9.66134.96135.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 45.45%
GREEN value IS 2 (1.17% from 255) = 4.55%
BLUE value IS 22 (8.98% from 255) = 50%
R=45.45%
G=4.55%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal202220.090.9100.9129483.334.71
Hex1421695B05B126535
Octal242261113301334461235
Binary10100101011010011011011010110111001001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140216; }

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

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

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

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

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

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

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

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