Html Css Color HEX #14071F Blackcurrant

📋 copy color: '#14071F'

red 20 ◦ green 7 ◦ blue 31

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

Shades of Blackcurrant #14071F

Tints of Blackcurrant #14071F

RGB

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

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

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

R = 34.48%
G = 12.07%
B = 53.45%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14071F (or 0x14071F) is known color: Blackcurrant. HEX triplet: 14, 07 and 1F. RGB value is (20,7,31). Sum of RGB (Red+Green+Blue) = 20+7+31=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #14071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14071F is #EBF8E0. Grayscale: #0D0D0D. Windows color (decimal): -15464673 or 2033428. OLE color: 2033428.

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

Color convert

RGB 20 7 31 -
CMYK 0.35 0.77 0 0.88
HSL 272.5º 0.63% 0.07% -
HSV(B) 272.5º 0.77% 0.12% -
XYZ 0.61 0.4 1.34 -
YUV 13.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 20 7 31 0.35 0.77 0 0.88 272.5 0.63 0.07
Hex 14 7 1F 23 4D 0 58 110 3F 7
Octal 24 7 37 43 115 0 130 420 77 7
Binary 10100 111 11111 100011 1001101 0 1011000 100010000 111111 111

Color Harmonies of #14071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14071F

Black with #14071F

Text Example


Text Example

White with #14071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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