Html Css Color HEX #140E1C Blackcurrant

📋 copy color: '#140E1C'

red 20 ◦ green 14 ◦ blue 28

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

Shades of Blackcurrant #140E1C

Tints of Blackcurrant #140E1C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 22.58%

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

R = 32.26%
G = 22.58%
B = 45.16%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#140E1C (or 0x140E1C) is known color: Blackcurrant. HEX triplet: 14, 0E and 1C. RGB value is (20,14,28). Sum of RGB (Red+Green+Blue) = 20+14+28=62 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.26% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #140E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E1C is #EBF1E3. Grayscale: #111111. Windows color (decimal): -15462884 or 1838612. OLE color: 1838612.

HSL color Cylindrical-coordinate representation of color #140E1C: hue angle of 265.71º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #140E1C is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 14 28 -
CMYK 0.29 0.50 0 0.89
HSL 265.71º 0.33% 0.08% -
HSV(B) 265.71º 0.5% 0.11% -
XYZ 0.66 0.55 1.17 -
YUV 17.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 20 14 28 0.29 0.50 0 0.89 265.71 0.33 0.08
Hex 14 E 1C 1D 32 0 59 10A 21 8
Octal 24 16 34 35 62 0 131 412 41 10
Binary 10100 1110 11100 11101 110010 0 1011001 100001010 100001 1000

Color Harmonies of #140E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E1C

Black with #140E1C

Text Example


Text Example

White with #140E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140E1C; }

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

 H1.HeaderClassName
 {
   color: #140E1C;
 }
 .AnyTagClassName
 {
   color: #140E1C;
 }
</style>

background-color css

<style>
 a { background-color: #140E1C; }

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

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

border-color css

<style>
 span { border-color: #140E1C; }

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

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