#14012B

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

Shades of Blackcurrant #14012B

Tints of Blackcurrant #14012B

Color information

#14012B (or 0x14012B) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 2B. RGB value is (20,1,43). Sum of RGB (Red+Green+Blue) = 20+1+43=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 43 (17.19% from 255 or 67.19% from 64); Max value from RGB is 43 - color contains mainly: blue. Hex color #14012B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14012B is #EBFED4. Grayscale: #0B0B0B. Windows color (decimal): -15466197 or 2818324. OLE color: 2818324.

HSL color Cylindrical-coordinate representation of color #14012B: hue angle of 267.14º degrees, saturation: 0.95, 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 #14012B is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB20143-
CMYK0.530.9800.83
HSL267.14º95.45%8.63%-
HSV(B)267.14º97.67%16.86%-
XYZ0.740.342.31-
YUV11.47145.79134.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.25%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 43 (17.19% from 255) = 67.19%
R=31.25%
G=1.56%
B=67.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal201430.530.9800.83267.1495.458.63
Hex1412B356205310b5f9
Octal2415365142012341313711
Binary10100110101111010111000100101001110000101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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