#14021D

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

Shades of Blackcurrant #14021D

Tints of Blackcurrant #14021D

Color information

#14021D (or 0x14021D) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 1D. RGB value is (20,2,29). Sum of RGB (Red+Green+Blue) = 20+2+29=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #14021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14021D is #EBFDE2. Grayscale: #0A0A0A. Windows color (decimal): -15465955 or 1901076. OLE color: 1901076.

HSL color Cylindrical-coordinate representation of color #14021D: hue angle of 280º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14021D is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB20229-
CMYK0.310.9300.89
HSL280º87.1%6.08%-
HSV(B)280º93.1%11.37%-
XYZ0.530.281.19-
YUV10.46138.46134.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 29 (11.72% from 255) = 56.86%
R=39.22%
G=3.92%
B=56.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal202290.310.9300.8928087.16.08
Hex1421D1F5D059118576
Octal242353713501314301276
Binary101001011101111111011101010110011000110001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14021D; }

 p { color: rgb(20,2,29); }

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

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

 a { background-color: rgb(20,2,29); }

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

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

 span { border-color: rgb(20,2,29); }

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