#140719

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

Shades of Blackcurrant #140719

Tints of Blackcurrant #140719

Color information

#140719 (or 0x140719) is unknown color: approx Blackcurrant. HEX triplet: 14, 07 and 19. RGB value is (20,7,25). Sum of RGB (Red+Green+Blue) = 20+7+25=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 25 (10.16% from 255 or 48.08% from 52); Max value from RGB is 25 - color contains mainly: blue. Hex color #140719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140719 is #EBF8E6. Grayscale: #0C0C0C. Windows color (decimal): -15464679 or 1640212. OLE color: 1640212.

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

Color convert

RGB20725-
CMYK0.200.7200.90
HSL283.33º56.25%6.27%-
HSV(B)283.33º72%9.8%-
XYZ0.540.370.96-
YUV12.94134.81133.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 25 (10.16% from 255) = 48.08%
R=38.46%
G=13.46%
B=48.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal207250.200.7200.90283.3356.256.27
Hex14719144805A11b386
Octal24731241100132433706
Binary101001111100110100100100001011010100011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140719; }

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

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

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

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

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

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

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

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