#14081F

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

Shades of Blackcurrant #14081F

Tints of Blackcurrant #14081F

Color information

#14081F (or 0x14081F) is unknown color: approx Blackcurrant. HEX triplet: 14, 08 and 1F. RGB value is (20,8,31). Sum of RGB (Red+Green+Blue) = 20+8+31=59 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.90% from 59); Green value is 8 (3.52% from 255 or 13.56% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #14081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14081F is #EBF7E0. Grayscale: #0E0E0E. Windows color (decimal): -15464417 or 2033684. OLE color: 2033684.

HSL color Cylindrical-coordinate representation of color #14081F: hue angle of 271.3º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14081F is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB20831-
CMYK0.350.7400.88
HSL271.3º58.97%7.65%-
HSV(B)271.3º74.19%12.16%-
XYZ0.620.421.34-
YUV14.21137.48132.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 33.90%
GREEN value IS 8 (3.52% from 255) = 13.56%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=33.90%
G=13.56%
B=52.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal208310.350.7400.88271.358.977.65
Hex1481F234A05810f3b8
Octal2410374311201304177310
Binary101001000111111000111001010010110001000011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14081F; }

 p { color: rgb(20,8,31); }

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

<style>
 a { background-color: #14081F; }

 a { background-color: rgb(20,8,31); }

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

<style>
 span { border-color: #14081F; }

 span { border-color: rgb(20,8,31); }

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