Html Css Color HEX #14041D Blackcurrant

📋 copy color: '#14041D'

red 20 ◦ green 4 ◦ blue 29

#14041D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #14041D

Tints of Blackcurrant #14041D

RGB

 RED value IS 20 (8.2% from 255) = 37.74%

 GREEN value IS 4 (1.95% from 255) = 7.55%

 BLUE value IS 29 (11.72% from 255) = 54.72%

R = 37.74%
G = 7.55%
B = 54.72%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14041D (or 0x14041D) is known color: Blackcurrant. HEX triplet: 14, 04 and 1D. RGB value is (20,4,29). Sum of RGB (Red+Green+Blue) = 20+4+29=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 29 (11.72% from 255 or 54.72% from 53); Max value from RGB is 29 - color contains mainly: blue. Hex color #14041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14041D is #EBFBE2. Grayscale: #0B0B0B. Windows color (decimal): -15465443 or 1901588. OLE color: 1901588.

HSL color Cylindrical-coordinate representation of color #14041D: hue angle of 278.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14041D is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 4 29 -
CMYK 0.31 0.86 0 0.89
HSL 278.4º 0.76% 0.06% -
HSV(B) 278.4º 0.86% 0.11% -
XYZ 0.55 0.32 1.2 -
YUV 11.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 20 4 29 0.31 0.86 0 0.89 278.4 0.76 0.06
Hex 14 4 1D 1F 56 0 59 116 4C 6
Octal 24 4 35 37 126 0 131 426 114 6
Binary 10100 100 11101 11111 1010110 0 1011001 100010110 1001100 110

Color Harmonies of #14041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14041D

Black with #14041D

Text Example


Text Example

White with #14041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14041D; }

 p { color: rgb(20,4,29); }

 H1.HeaderClassName
 {
   color: #14041D;
 }
 .AnyTagClassName
 {
   color: #14041D;
 }
</style>

background-color css

<style>
 a { background-color: #14041D; }

 a { background-color: rgb(20,4,29); }

 div.DivClassName
 {
   background-color: #14041D;
 }
 .BgClassName
 {
   background-color: #14041D;
 }
</style>

border-color css

<style>
 span { border-color: #14041D; }

 span { border-color: rgb(20,4,29); }

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