#14041B

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

Shades of Blackcurrant #14041B

Tints of Blackcurrant #14041B

Color information

#14041B (or 0x14041B) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 1B. RGB value is (20,4,27). Sum of RGB (Red+Green+Blue) = 20+4+27=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #14041B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14041B is #EBFBE4. Grayscale: #0B0B0B. Windows color (decimal): -15465445 or 1770516. OLE color: 1770516.

HSL color Cylindrical-coordinate representation of color #14041B: hue angle of 281.74º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14041B is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB20427-
CMYK0.260.8500.89
HSL281.74º74.19%6.08%-
HSV(B)281.74º85.19%10.59%-
XYZ0.530.311.07-
YUV11.41136.8134.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=39.22%
G=7.84%
B=52.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal204270.260.8500.89281.7474.196.08
Hex1441B1A5505911a4a6
Octal244333212501314321126
Binary1010010011011110101010101010110011000110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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