Html Css Color HEX #14001C Blackcurrant

📋 copy color: '#14001C'

red 20 ◦ green 0 ◦ blue 28

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

Shades of Blackcurrant #14001C

Tints of Blackcurrant #14001C

RGB

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

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

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

R = 41.67%
G = 0%
B = 58.33%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14001C (or 0x14001C) is known color: Blackcurrant. HEX triplet: 14, 00 and 1C. RGB value is (20,0,28). Sum of RGB (Red+Green+Blue) = 20+0+28=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #14001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14001C is #EBFFE3. Grayscale: #090909. Windows color (decimal): -15466468 or 1835028. OLE color: 1835028.

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

Color convert

RGB 20 0 28 -
CMYK 0.29 1 0 0.89
HSL 282.86º 1% 0.05% -
HSV(B) 282.86º 1% 0.11% -
XYZ 0.5 0.23 1.12 -
YUV 9.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 20 0 28 0.29 1 0 0.89 282.86 1 0.05
Hex 14 0 1C 1D 64 0 59 11B 64 5
Octal 24 0 34 35 144 0 131 433 144 5
Binary 10100 0 11100 11101 1100100 0 1011001 100011011 1100100 101

Color Harmonies of #14001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14001C

Black with #14001C

Text Example


Text Example

White with #14001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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