#140316

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

Shades of Blackcurrant #140316

Tints of Blackcurrant #140316

Color information

#140316 (or 0x140316) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 16. RGB value is (20,3,22). Sum of RGB (Red+Green+Blue) = 20+3+22=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #140316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140316 is #EBFCE9. Grayscale: #0A0A0A. Windows color (decimal): -15465706 or 1442580. OLE color: 1442580.

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

Color convert

RGB20322-
CMYK0.090.8600.91
HSL293.68º76%4.9%-
HSV(B)293.68º86.36%8.63%-
XYZ0.470.270.79-
YUV10.25134.63134.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 44.44%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 22 (8.98% from 255) = 48.89%
R=44.44%
G=6.67%
B=48.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal203220.090.8600.91293.68764.9
Hex1431695605B1264c5
Octal243261112601334461145
Binary10100111011010011010110010110111001001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140316; }

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

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

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

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

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

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

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

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