Html Css Color HEX #14051D Blackcurrant

📋 copy color: '#14051D'

red 20 ◦ green 5 ◦ blue 29

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

Shades of Blackcurrant #14051D

Tints of Blackcurrant #14051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.26%

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

R = 37.04%
G = 9.26%
B = 53.7%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14051D (or 0x14051D) is known color: Blackcurrant. HEX triplet: 14, 05 and 1D. RGB value is (20,5,29). Sum of RGB (Red+Green+Blue) = 20+5+29=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #14051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051D is #EBFAE2. Grayscale: #0C0C0C. Windows color (decimal): -15465187 or 1901844. OLE color: 1901844.

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

Color convert

RGB 20 5 29 -
CMYK 0.31 0.83 0 0.89
HSL 277.5º 0.71% 0.07% -
HSV(B) 277.5º 0.83% 0.11% -
XYZ 0.56 0.35 1.2 -
YUV 12.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 20 5 29 0.31 0.83 0 0.89 277.5 0.71 0.07
Hex 14 5 1D 1F 53 0 59 116 47 7
Octal 24 5 35 37 123 0 131 426 107 7
Binary 10100 101 11101 11111 1010011 0 1011001 100010110 1000111 111

Color Harmonies of #14051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14051D

Black with #14051D

Text Example


Text Example

White with #14051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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