#140F1C

Color #140F1C Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #140F1C

Tints of Blackcurrant #140F1C

Color information

#140F1C (or 0x140F1C) is unknown color: approx Blackcurrant. HEX triplet: 14, 0F and 1C. RGB value is (20,15,28). Sum of RGB (Red+Green+Blue) = 20+15+28=63 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.75% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #140F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F1C is #EBF0E3. Grayscale: #111111. Windows color (decimal): -15462628 or 1838868. OLE color: 1838868.

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

Color convert

RGB201528-
CMYK0.290.4600.89
HSL263.08º30.23%8.43%-
HSV(B)263.08º46.43%10.98%-
XYZ0.670.571.17-
YUV17.98133.66129.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 31.75%
GREEN value IS 15 (6.25% from 255) = 23.81%
BLUE value IS 28 (11.33% from 255) = 44.44%
R=31.75%
G=23.81%
B=44.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2015280.290.4600.89263.0830.238.43
Hex14F1C1D2E0591071e8
Octal241734355601314073610
Binary101001111111001110110111001011001100000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #140F1C;
 }
 .AnyTagClassName
 {
   color: #140F1C;
 }
</style>
background-color css

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

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

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

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

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

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