#14012C

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

Shades of Blackcurrant #14012C

Tints of Blackcurrant #14012C

Color information

#14012C (or 0x14012C) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 2C. RGB value is (20,1,44). Sum of RGB (Red+Green+Blue) = 20+1+44=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 44 (17.58% from 255 or 67.69% from 65); Max value from RGB is 44 - color contains mainly: blue. Hex color #14012C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14012C is #EBFED3. Grayscale: #0B0B0B. Windows color (decimal): -15466196 or 2883860. OLE color: 2883860.

HSL color Cylindrical-coordinate representation of color #14012C: hue angle of 266.51º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14012C is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB20144-
CMYK0.550.9800.83
HSL266.51º95.56%8.82%-
HSV(B)266.51º97.73%17.25%-
XYZ0.750.352.41-
YUV11.58146.29134-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 30.77%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 44 (17.58% from 255) = 67.69%
R=30.77%
G=1.54%
B=67.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal201440.550.9800.83266.5195.568.82
Hex1412C376205310b609
Octal2415467142012341314011
Binary10100110110011011111000100101001110000101111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,1,44); }

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

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

 a { background-color: rgb(20,1,44); }

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

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

 span { border-color: rgb(20,1,44); }

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