Html Css Color HEX #14041C Blackcurrant

📋 copy color: '#14041C'

red 20 ◦ green 4 ◦ blue 28

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

Shades of Blackcurrant #14041C

Tints of Blackcurrant #14041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 53.85%

R = 38.46%
G = 7.69%
B = 53.85%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14041C (or 0x14041C) is known color: Blackcurrant. HEX triplet: 14, 04 and 1C. RGB value is (20,4,28). Sum of RGB (Red+Green+Blue) = 20+4+28=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #14041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14041C is #EBFBE3. Grayscale: #0B0B0B. Windows color (decimal): -15465444 or 1836052. OLE color: 1836052.

HSL color Cylindrical-coordinate representation of color #14041C: hue angle of 280º degrees, saturation: 0.75, 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 #14041C is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 4 28 -
CMYK 0.29 0.86 0 0.89
HSL 280º 0.75% 0.06% -
HSV(B) 280º 0.86% 0.11% -
XYZ 0.54 0.32 1.13 -
YUV 11.52 137.3 134.05 -
System Red Green Blue C M Y K H S L
Decimal 20 4 28 0.29 0.86 0 0.89 280 0.75 0.06
Hex 14 4 1C 1D 56 0 59 118 4B 6
Octal 24 4 34 35 126 0 131 430 113 6
Binary 10100 100 11100 11101 1010110 0 1011001 100011000 1001011 110

Color Harmonies of #14041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14041C

Black with #14041C

Text Example


Text Example

White with #14041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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