#14001F

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

Shades of Blackcurrant #14001F

Tints of Blackcurrant #14001F

Color information

#14001F (or 0x14001F) is unknown color: approx Blackcurrant. HEX triplet: 14, 00 and 1F. RGB value is (20,0,31). Sum of RGB (Red+Green+Blue) = 20+0+31=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #14001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14001F is #EBFFE0. Grayscale: #090909. Windows color (decimal): -15466465 or 2031636. OLE color: 2031636.

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

Color convert

RGB20031-
CMYK0.35100.88
HSL278.71º100%6.08%-
HSV(B)278.71º100%12.16%-
XYZ0.540.251.32-
YUV9.51140.13135.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 60.78%
R=39.22%
G=0%
B=60.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal200310.35100.88278.711006.08
Hex1401F2364058117646
Octal240374314401304271446
Binary101000111111000111100100010110001000101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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