#140819

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

Shades of Blackcurrant #140819

Tints of Blackcurrant #140819

Color information

#140819 (or 0x140819) is unknown color: approx Blackcurrant. HEX triplet: 14, 08 and 19. RGB value is (20,8,25). Sum of RGB (Red+Green+Blue) = 20+8+25=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 25 (10.16% from 255 or 47.17% from 53); Max value from RGB is 25 - color contains mainly: blue. Hex color #140819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140819 is #EBF7E6. Grayscale: #0D0D0D. Windows color (decimal): -15464423 or 1640468. OLE color: 1640468.

HSL color Cylindrical-coordinate representation of color #140819: hue angle of 282.35º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #140819 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB20825-
CMYK0.200.6800.90
HSL282.35º51.52%6.47%-
HSV(B)282.35º68%9.8%-
XYZ0.550.390.97-
YUV13.53134.48132.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 25 (10.16% from 255) = 47.17%
R=37.74%
G=15.09%
B=47.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal208250.200.6800.90282.3551.526.47
Hex14819144405A11a346
Octal241031241040132432646
Binary1010010001100110100100010001011010100011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140819; }

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

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

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

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

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

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

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

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