#14051C

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

Shades of Blackcurrant #14051C

Tints of Blackcurrant #14051C

Color information

#14051C (or 0x14051C) is unknown color: approx Blackcurrant. HEX triplet: 14, 05 and 1C. RGB value is (20,5,28). Sum of RGB (Red+Green+Blue) = 20+5+28=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #14051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051C is #EBFAE3. Grayscale: #0C0C0C. Windows color (decimal): -15465188 or 1836308. OLE color: 1836308.

HSL color Cylindrical-coordinate representation of color #14051C: hue angle of 279.13º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14051C is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB20528-
CMYK0.290.8200.89
HSL279.13º69.7%6.47%-
HSV(B)279.13º82.14%10.98%-
XYZ0.550.341.14-
YUV12.11136.97133.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 28 (11.33% from 255) = 52.83%
R=37.74%
G=9.43%
B=52.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal205280.290.8200.89279.1369.76.47
Hex1451C1D52059117466
Octal245343512201314271066
Binary1010010111100111011010010010110011000101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14051C; }

 p { color: rgb(20,5,28); }

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

<style>
 a { background-color: #14051C; }

 a { background-color: rgb(20,5,28); }

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

<style>
 span { border-color: #14051C; }

 span { border-color: rgb(20,5,28); }

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