#14012A

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

Shades of Blackcurrant #14012A

Tints of Blackcurrant #14012A

Color information

#14012A (or 0x14012A) is unknown color: approx Blackcurrant. HEX triplet: 14, 01 and 2A. RGB value is (20,1,42). Sum of RGB (Red+Green+Blue) = 20+1+42=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 42 (16.80% from 255 or 66.67% from 63); Max value from RGB is 42 - color contains mainly: blue. Hex color #14012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14012A is #EBFED5. Grayscale: #0B0B0B. Windows color (decimal): -15466198 or 2752788. OLE color: 2752788.

HSL color Cylindrical-coordinate representation of color #14012A: hue angle of 267.8º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14012A is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB20142-
CMYK0.520.9800.84
HSL267.8º95.35%8.43%-
HSV(B)267.8º97.62%16.47%-
XYZ0.720.342.22-
YUV11.36145.29134.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.75%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 42 (16.80% from 255) = 66.67%
R=31.75%
G=1.59%
B=66.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal201420.520.9800.84267.895.358.43
Hex1412A346205410c5f8
Octal2415264142012441413710
Binary10100110101011010011000100101010010000110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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