Html Css Color HEX #14071D Blackcurrant

📋 copy color: '#14071D'

red 20 ◦ green 7 ◦ blue 29

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

Shades of Blackcurrant #14071D

Tints of Blackcurrant #14071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.5%

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

R = 35.71%
G = 12.5%
B = 51.79%

CMYK

 C value IS 0.31

 M value IS 0.76

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14071D (or 0x14071D) is known color: Blackcurrant. HEX triplet: 14, 07 and 1D. RGB value is (20,7,29). Sum of RGB (Red+Green+Blue) = 20+7+29=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #14071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14071D is #EBF8E2. Grayscale: #0D0D0D. Windows color (decimal): -15464675 or 1902356. OLE color: 1902356.

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

Color convert

RGB 20 7 29 -
CMYK 0.31 0.76 0 0.89
HSL 275.45º 0.61% 0.07% -
HSV(B) 275.45º 0.76% 0.11% -
XYZ 0.59 0.39 1.21 -
YUV 13.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 20 7 29 0.31 0.76 0 0.89 275.45 0.61 0.07
Hex 14 7 1D 1F 4C 0 59 113 3D 7
Octal 24 7 35 37 114 0 131 423 75 7
Binary 10100 111 11101 11111 1001100 0 1011001 100010011 111101 111

Color Harmonies of #14071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14071D

Black with #14071D

Text Example


Text Example

White with #14071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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