#14021F

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

Shades of Blackcurrant #14021F

Tints of Blackcurrant #14021F

Color information

#14021F (or 0x14021F) is unknown color: approx Blackcurrant. HEX triplet: 14, 02 and 1F. RGB value is (20,2,31). Sum of RGB (Red+Green+Blue) = 20+2+31=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #14021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14021F is #EBFDE0. Grayscale: #0A0A0A. Windows color (decimal): -15465953 or 2032148. OLE color: 2032148.

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

Color convert

RGB20231-
CMYK0.350.9400.88
HSL277.24º87.88%6.47%-
HSV(B)277.24º93.55%12.16%-
XYZ0.560.291.32-
YUV10.69139.46134.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 31 (12.5% from 255) = 58.49%
R=37.74%
G=3.77%
B=58.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal202310.350.9400.88277.2487.886.47
Hex1421F235E058115586
Octal242374313601304251306
Binary1010010111111000111011110010110001000101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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