#140417

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

Shades of Blackcurrant #140417

Tints of Blackcurrant #140417

Color information

#140417 (or 0x140417) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 17. RGB value is (20,4,23). Sum of RGB (Red+Green+Blue) = 20+4+23=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #140417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140417 is #EBFBE8. Grayscale: #0A0A0A. Windows color (decimal): -15465449 or 1508372. OLE color: 1508372.

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

Color convert

RGB20423-
CMYK0.130.8300.91
HSL290.53º70.37%5.29%-
HSV(B)290.53º82.61%9.02%-
XYZ0.490.30.84-
YUV10.95134.8134.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 42.55%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 23 (9.38% from 255) = 48.94%
R=42.55%
G=8.51%
B=48.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal204230.130.8300.91290.5370.375.29
Hex14417D5305B123465
Octal244271512301334431065
Binary101001001011111011010011010110111001000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140417; }

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

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

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

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

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

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

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

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