#1A141D

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

Shades of Blackcurrant #1A141D

Tints of Blackcurrant #1A141D

Color information

#1A141D (or 0x1A141D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 14 and 1D. RGB value is (26,20,29). Sum of RGB (Red+Green+Blue) = 26+20+29=75 (9% of max value = 765). Red value is 26 (10.55% from 255 or 34.67% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A141D is #E5EBE2. Grayscale: #161616. Windows color (decimal): -15068131 or 1905690. OLE color: 1905690.

HSL color Cylindrical-coordinate representation of color #1A141D: hue angle of 280º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1A141D is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB262029-
CMYK0.100.3100.89
HSL280º18.37%9.61%-
HSV(B)280º31.03%11.37%-
XYZ0.90.811.27-
YUV22.82131.49130.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.67%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=34.67%
G=26.67%
B=38.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2620290.100.3100.8928018.379.61
Hex1A141DA1F05911812a
Octal322435123701314302212
Binary11010101001110110101111101011001100011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A141D; }

 p { color: rgb(26,20,29); }

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

<style>
 a { background-color: #1A141D; }

 a { background-color: rgb(26,20,29); }

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

<style>
 span { border-color: #1A141D; }

 span { border-color: rgb(26,20,29); }

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