Html Css Color HEX #14071C Blackcurrant

📋 copy color: '#14071C'

red 20 ◦ green 7 ◦ blue 28

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

Shades of Blackcurrant #14071C

Tints of Blackcurrant #14071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 50.91%

R = 36.36%
G = 12.73%
B = 50.91%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14071C (or 0x14071C) is known color: Blackcurrant. HEX triplet: 14, 07 and 1C. RGB value is (20,7,28). Sum of RGB (Red+Green+Blue) = 20+7+28=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #14071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14071C is #EBF8E3. Grayscale: #0D0D0D. Windows color (decimal): -15464676 or 1836820. OLE color: 1836820.

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

Color convert

RGB 20 7 28 -
CMYK 0.29 0.75 0 0.89
HSL 277.14º 0.6% 0.07% -
HSV(B) 277.14º 0.75% 0.11% -
XYZ 0.57 0.38 1.14 -
YUV 13.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 20 7 28 0.29 0.75 0 0.89 277.14 0.6 0.07
Hex 14 7 1C 1D 4B 0 59 115 3C 7
Octal 24 7 34 35 113 0 131 425 74 7
Binary 10100 111 11100 11101 1001011 0 1011001 100010101 111100 111

Color Harmonies of #14071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14071C

Black with #14071C

Text Example


Text Example

White with #14071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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