#14051D

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

Shades of Blackcurrant #14051D

Tints of Blackcurrant #14051D

Color information

#14051D (or 0x14051D) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 1D. RGB value is (20,5,29). Sum of RGB (Red+Green+Blue) = 20+5+29=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #14051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051D is #EBFAE2. Grayscale: #0C0C0C. Windows color (decimal): -15465187 or 1901844. OLE color: 1901844.

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

Color convert

RGB20529-
CMYK0.310.8300.89
HSL277.5º70.59%6.67%-
HSV(B)277.5º82.76%11.37%-
XYZ0.560.351.2-
YUV12.22137.47133.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 29 (11.72% from 255) = 53.70%
R=37.04%
G=9.26%
B=53.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal205290.310.8300.89277.570.596.67
Hex1451D1F53059116477
Octal245353712301314261077
Binary1010010111101111111010011010110011000101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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