#14003A

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

Shades of Blackcurrant #14003A

Tints of Blackcurrant #14003A

Color information

#14003A (or 0x14003A) is unknown color: approx Blackcurrant. HEX triplet: 14, 00 and 3A. RGB value is (20,0,58). Sum of RGB (Red+Green+Blue) = 20+0+58=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 58 (23.05% from 255 or 74.36% from 78); Max value from RGB is 58 - color contains mainly: blue. Hex color #14003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14003A is #EBFFC5. Grayscale: #0C0C0C. Windows color (decimal): -15466438 or 3801108. OLE color: 3801108.

HSL color Cylindrical-coordinate representation of color #14003A: hue angle of 260.69º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14003A is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB20058-
CMYK0.66100.77
HSL260.69º100%11.37%-
HSV(B)260.69º100%22.75%-
XYZ1.050.454.04-
YUV12.59153.63133.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 74.36%
R=25.64%
G=0%
B=74.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal200580.66100.77260.6910011.37
Hex1403A426404D10564b
Octal24072102144011540514413
Binary101000111010100001011001000100110110000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14003A; }

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

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

<style>
 a { background-color: #14003A; }

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

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

<style>
 span { border-color: #14003A; }

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

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