Html Css Color HEX #14031D Blackcurrant

📋 copy color: '#14031D'

red 20 ◦ green 3 ◦ blue 29

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

Shades of Blackcurrant #14031D

Tints of Blackcurrant #14031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.77%

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

R = 38.46%
G = 5.77%
B = 55.77%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14031D (or 0x14031D) is known color: Blackcurrant. HEX triplet: 14, 03 and 1D. RGB value is (20,3,29). Sum of RGB (Red+Green+Blue) = 20+3+29=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #14031D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14031D is #EBFCE2. Grayscale: #0A0A0A. Windows color (decimal): -15465699 or 1901332. OLE color: 1901332.

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

Color convert

RGB 20 3 29 -
CMYK 0.31 0.90 0 0.89
HSL 279.23º 0.81% 0.06% -
HSV(B) 279.23º 0.9% 0.11% -
XYZ 0.54 0.3 1.19 -
YUV 11.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 20 3 29 0.31 0.90 0 0.89 279.23 0.81 0.06
Hex 14 3 1D 1F 5A 0 59 117 51 6
Octal 24 3 35 37 132 0 131 427 121 6
Binary 10100 11 11101 11111 1011010 0 1011001 100010111 1010001 110

Color Harmonies of #14031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14031D

Black with #14031D

Text Example


Text Example

White with #14031D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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