Html Css Color HEX #140A1C Blackcurrant

📋 copy color: '#140A1C'

red 20 ◦ green 10 ◦ blue 28

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

Shades of Blackcurrant #140A1C

Tints of Blackcurrant #140A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.24%

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

R = 34.48%
G = 17.24%
B = 48.28%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#140A1C (or 0x140A1C) is known color: Blackcurrant. HEX triplet: 14, 0A and 1C. RGB value is (20,10,28). Sum of RGB (Red+Green+Blue) = 20+10+28=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #140A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A1C is #EBF5E3. Grayscale: #0E0E0E. Windows color (decimal): -15463908 or 1837588. OLE color: 1837588.

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

Color convert

RGB 20 10 28 -
CMYK 0.29 0.64 0 0.89
HSL 273.33º 0.47% 0.07% -
HSV(B) 273.33º 0.64% 0.11% -
XYZ 0.61 0.45 1.15 -
YUV 15.04 135.31 131.54 -
System Red Green Blue C M Y K H S L
Decimal 20 10 28 0.29 0.64 0 0.89 273.33 0.47 0.07
Hex 14 A 1C 1D 40 0 59 111 2F 7
Octal 24 12 34 35 100 0 131 421 57 7
Binary 10100 1010 11100 11101 1000000 0 1011001 100010001 101111 111

Color Harmonies of #140A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A1C

Black with #140A1C

Text Example


Text Example

White with #140A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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