#14013D

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

Shades of Blackcurrant #14013D

Tints of Blackcurrant #14013D

Color information

#14013D (or 0x14013D) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 3D. RGB value is (20,1,61). Sum of RGB (Red+Green+Blue) = 20+1+61=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 61 (24.22% from 255 or 74.39% from 82); Max value from RGB is 61 - color contains mainly: blue. Hex color #14013D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14013D is #EBFEC2. Grayscale: #0D0D0D. Windows color (decimal): -15466179 or 3997972. OLE color: 3997972.

HSL color Cylindrical-coordinate representation of color #14013D: hue angle of 259º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14013D is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB20161-
CMYK0.670.9800.76
HSL259º96.77%12.16%-
HSV(B)259º98.36%23.92%-
XYZ1.140.514.45-
YUV13.52154.79132.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 61 (24.22% from 255) = 74.39%
R=24.39%
G=1.22%
B=74.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal201610.670.9800.7625996.7712.16
Hex1413D436204C10361c
Octal24175103142011440314114
Binary101001111101100001111000100100110010000001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14013D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14013D; }

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

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

<style>
 a { background-color: #14013D; }

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

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

<style>
 span { border-color: #14013D; }

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

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