#14002C

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

Shades of Blackcurrant #14002C

Tints of Blackcurrant #14002C

Color information

#14002C (or 0x14002C) is unknown color: approx Blackcurrant. HEX triplet: 14, 00 and 2C. RGB value is (20,0,44). Sum of RGB (Red+Green+Blue) = 20+0+44=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 44 (17.58% from 255 or 68.75% from 64); Max value from RGB is 44 - color contains mainly: blue. Hex color #14002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14002C is #EBFFD3. Grayscale: #0A0A0A. Windows color (decimal): -15466452 or 2883604. OLE color: 2883604.

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

Color convert

RGB20044-
CMYK0.55100.83
HSL267.27º100%8.63%-
HSV(B)267.27º100%17.25%-
XYZ0.740.332.41-
YUV11146.63134.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 68.75%
R=31.25%
G=0%
B=68.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal200440.55100.83267.271008.63
Hex1402C376405310b649
Octal2405467144012341314411
Binary10100010110011011111001000101001110000101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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