#140F15

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

Shades of Blackcurrant #140F15

Tints of Blackcurrant #140F15

Color information

#140F15 (or 0x140F15) is unknown color: approx Blackcurrant. HEX triplet: 14, 0F and 15. RGB value is (20,15,21). Sum of RGB (Red+Green+Blue) = 20+15+21=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 21 - color contains mainly: blue. Hex color #140F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F15 is #EBF0EA. Grayscale: #111111. Windows color (decimal): -15462635 or 1380116. OLE color: 1380116.

HSL color Cylindrical-coordinate representation of color #140F15: hue angle of 290º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #140F15 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB201521-
CMYK0.050.2900.92
HSL290º16.67%7.06%-
HSV(B)290º28.57%8.24%-
XYZ0.590.540.78-
YUV17.18130.16130.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 35.71%
GREEN value IS 15 (6.25% from 255) = 26.79%
BLUE value IS 21 (8.59% from 255) = 37.5%
R=35.71%
G=26.79%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2015210.050.2900.9229016.677.06
Hex14F1551D05C122117
Octal2417255350134442217
Binary10100111110101101111010101110010010001010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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