#14041F

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

Shades of Blackcurrant #14041F

Tints of Blackcurrant #14041F

Color information

#14041F (or 0x14041F) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 1F. RGB value is (20,4,31). Sum of RGB (Red+Green+Blue) = 20+4+31=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #14041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14041F is #EBFBE0. Grayscale: #0B0B0B. Windows color (decimal): -15465441 or 2032660. OLE color: 2032660.

HSL color Cylindrical-coordinate representation of color #14041F: hue angle of 275.56º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14041F is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB20431-
CMYK0.350.8700.88
HSL275.56º77.14%6.86%-
HSV(B)275.56º87.1%12.16%-
XYZ0.580.331.33-
YUV11.86138.8133.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 36.36%
GREEN value IS 4 (1.95% from 255) = 7.27%
BLUE value IS 31 (12.5% from 255) = 56.36%
R=36.36%
G=7.27%
B=56.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal204310.350.8700.88275.5677.146.86
Hex1441F23570581144d7
Octal244374312701304241157
Binary10100100111111000111010111010110001000101001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14041F; }

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

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

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

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

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

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

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

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