#140317

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

Shades of Blackcurrant #140317

Tints of Blackcurrant #140317

Color information

#140317 (or 0x140317) is unknown color: approx Blackcurrant. HEX triplet: 14, 03 and 17. RGB value is (20,3,23). Sum of RGB (Red+Green+Blue) = 20+3+23=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 23 (9.38% from 255 or 50% from 46); Max value from RGB is 23 - color contains mainly: blue. Hex color #140317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140317 is #EBFCE8. Grayscale: #0A0A0A. Windows color (decimal): -15465705 or 1508116. OLE color: 1508116.

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

Color convert

RGB20323-
CMYK0.130.8700.91
HSL291º76.92%5.1%-
HSV(B)291º86.96%9.02%-
XYZ0.480.280.84-
YUV10.36135.13134.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 23 (9.38% from 255) = 50%
R=43.48%
G=6.52%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal203230.130.8700.9129176.925.1
Hex14317D5705B1234d5
Octal243271512701334431155
Binary10100111011111011010111010110111001000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140317; }

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

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

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

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

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

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

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

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