#14013B

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

Shades of Blackcurrant #14013B

Tints of Blackcurrant #14013B

Color information

#14013B (or 0x14013B) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 3B. RGB value is (20,1,59). Sum of RGB (Red+Green+Blue) = 20+1+59=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 59 (23.44% from 255 or 73.75% from 80); Max value from RGB is 59 - color contains mainly: blue. Hex color #14013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14013B is #EBFEC4. Grayscale: #0D0D0D. Windows color (decimal): -15466181 or 3866900. OLE color: 3866900.

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

Color convert

RGB20159-
CMYK0.660.9800.77
HSL259.66º96.67%11.76%-
HSV(B)259.66º98.31%23.14%-
XYZ1.090.494.17-
YUV13.29153.79132.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 1 (0.78% from 255) = 1.25%
BLUE value IS 59 (23.44% from 255) = 73.75%
R=25%
G=1.25%
B=73.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal201590.660.9800.77259.6696.6711.76
Hex1413B426204D10461c
Octal24173102142011540414114
Binary101001111011100001011000100100110110000010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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