Html Css Color HEX #14001F Blackcurrant

📋 copy color: '#14001F'

red 20 ◦ green 0 ◦ blue 31

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

Shades of Blackcurrant #14001F

Tints of Blackcurrant #14001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 60.78%

R = 39.22%
G = 0%
B = 60.78%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14001F (or 0x14001F) is known color: Blackcurrant. HEX triplet: 14, 00 and 1F. RGB value is (20,0,31). Sum of RGB (Red+Green+Blue) = 20+0+31=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #14001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14001F is #EBFFE0. Grayscale: #090909. Windows color (decimal): -15466465 or 2031636. OLE color: 2031636.

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

Color convert

RGB 20 0 31 -
CMYK 0.35 1 0 0.88
HSL 278.71º 1% 0.06% -
HSV(B) 278.71º 1% 0.12% -
XYZ 0.54 0.25 1.32 -
YUV 9.51 140.13 135.48 -
System Red Green Blue C M Y K H S L
Decimal 20 0 31 0.35 1 0 0.88 278.71 1 0.06
Hex 14 0 1F 23 64 0 58 117 64 6
Octal 24 0 37 43 144 0 130 427 144 6
Binary 10100 0 11111 100011 1100100 0 1011000 100010111 1100100 110

Color Harmonies of #14001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14001F

Black with #14001F

Text Example


Text Example

White with #14001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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