#14091B

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

Shades of Blackcurrant #14091B

Tints of Blackcurrant #14091B

Color information

#14091B (or 0x14091B) is unknown color: approx Blackcurrant. HEX triplet: 14, 09 and 1B. RGB value is (20,9,27). Sum of RGB (Red+Green+Blue) = 20+9+27=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 27 (10.94% from 255 or 48.21% from 56); Max value from RGB is 27 - color contains mainly: blue. Hex color #14091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14091B is #EBF6E4. Grayscale: #0E0E0E. Windows color (decimal): -15464165 or 1771796. OLE color: 1771796.

HSL color Cylindrical-coordinate representation of color #14091B: hue angle of 276.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14091B is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB20927-
CMYK0.260.6700.89
HSL276.67º50%7.06%-
HSV(B)276.67º66.67%10.59%-
XYZ0.580.421.09-
YUV14.34135.14132.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 9 (3.91% from 255) = 16.07%
BLUE value IS 27 (10.94% from 255) = 48.21%
R=35.71%
G=16.07%
B=48.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal209270.260.6700.89276.67507.06
Hex1491B1A43059115327
Octal241133321030131425627
Binary1010010011101111010100001101011001100010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,9,27); }

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

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

 a { background-color: rgb(20,9,27); }

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

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

 span { border-color: rgb(20,9,27); }

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