Html Css Color HEX #14001D Blackcurrant

📋 copy color: '#14001D'

red 20 ◦ green 0 ◦ blue 29

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

Shades of Blackcurrant #14001D

Tints of Blackcurrant #14001D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.82%
G = 0%
B = 59.18%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14001D (or 0x14001D) is known color: Blackcurrant. HEX triplet: 14, 00 and 1D. RGB value is (20,0,29). Sum of RGB (Red+Green+Blue) = 20+0+29=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #14001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14001D is #EBFFE2. Grayscale: #090909. Windows color (decimal): -15466467 or 1900564. OLE color: 1900564.

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

Color convert

RGB 20 0 29 -
CMYK 0.31 1 0 0.89
HSL 281.38º 1% 0.06% -
HSV(B) 281.38º 1% 0.11% -
XYZ 0.51 0.24 1.18 -
YUV 9.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 20 0 29 0.31 1 0 0.89 281.38 1 0.06
Hex 14 0 1D 1F 64 0 59 119 64 6
Octal 24 0 35 37 144 0 131 431 144 6
Binary 10100 0 11101 11111 1100100 0 1011001 100011001 1100100 110

Color Harmonies of #14001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14001D

Black with #14001D

Text Example


Text Example

White with #14001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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