#14041A

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

Shades of Blackcurrant #14041A

Tints of Blackcurrant #14041A

Color information

#14041A (or 0x14041A) is unknown color: approx Blackcurrant. HEX triplet: 14, 04 and 1A. RGB value is (20,4,26). Sum of RGB (Red+Green+Blue) = 20+4+26=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #14041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14041A is #EBFBE5. Grayscale: #0B0B0B. Windows color (decimal): -15465446 or 1704980. OLE color: 1704980.

HSL color Cylindrical-coordinate representation of color #14041A: hue angle of 283.64º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14041A is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB20426-
CMYK0.230.8500.90
HSL283.64º73.33%5.88%-
HSV(B)283.64º84.62%10.2%-
XYZ0.520.311.01-
YUV11.29136.3134.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 8%
BLUE value IS 26 (10.55% from 255) = 52%
R=40%
G=8%
B=52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal204260.230.8500.90283.6473.335.88
Hex1441A175505A11c496
Octal244322712501324341116
Binary1010010011010101111010101010110101000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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