#14101A

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

Shades of Blackcurrant #14101A

Tints of Blackcurrant #14101A

Color information

#14101A (or 0x14101A) is unknown color: approx Blackcurrant. HEX triplet: 14, 10 and 1A. RGB value is (20,16,26). Sum of RGB (Red+Green+Blue) = 20+16+26=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 26 - color contains mainly: blue. Hex color #14101A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14101A is #EBEFE5. Grayscale: #121212. Windows color (decimal): -15462374 or 1708052. OLE color: 1708052.

HSL color Cylindrical-coordinate representation of color #14101A: hue angle of 264º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #14101A is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB201626-
CMYK0.230.3800.90
HSL264º23.81%8.24%-
HSV(B)264º38.46%10.2%-
XYZ0.660.591.06-
YUV18.34132.33129.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 32.26%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 26 (10.55% from 255) = 41.94%
R=32.26%
G=25.81%
B=41.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2016260.230.3800.9026423.818.24
Hex14101A172605A108188
Octal242032274601324103010
Binary1010010000110101011110011001011010100001000110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,16,26); }

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

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

 a { background-color: rgb(20,16,26); }

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

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

 span { border-color: rgb(20,16,26); }

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