#14081C

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

Shades of Blackcurrant #14081C

Tints of Blackcurrant #14081C

Color information

#14081C (or 0x14081C) is unknown color: approx Blackcurrant. HEX triplet: 14, 08 and 1C. RGB value is (20,8,28). Sum of RGB (Red+Green+Blue) = 20+8+28=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #14081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14081C is #EBF7E3. Grayscale: #0D0D0D. Windows color (decimal): -15464420 or 1837076. OLE color: 1837076.

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

Color convert

RGB20828-
CMYK0.290.7100.89
HSL276º55.56%7.06%-
HSV(B)276º71.43%10.98%-
XYZ0.580.411.15-
YUV13.87135.98132.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 8 (3.52% from 255) = 14.29%
BLUE value IS 28 (11.33% from 255) = 50%
R=35.71%
G=14.29%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal208280.290.7100.8927655.567.06
Hex1481C1D47059114387
Octal241034351070131424707
Binary1010010001110011101100011101011001100010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14081C; }

 p { color: rgb(20,8,28); }

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

<style>
 a { background-color: #14081C; }

 a { background-color: rgb(20,8,28); }

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

<style>
 span { border-color: #14081C; }

 span { border-color: rgb(20,8,28); }

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