#1A151D

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

Shades of Blackcurrant #1A151D

Tints of Blackcurrant #1A151D

Color information

#1A151D (or 0x1A151D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 15 and 1D. RGB value is (26,21,29). Sum of RGB (Red+Green+Blue) = 26+21+29=76 (10% of max value = 765). Red value is 26 (10.55% from 255 or 34.21% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A151D is #E5EAE2. Grayscale: #171717. Windows color (decimal): -15067875 or 1905946. OLE color: 1905946.

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

Color convert

RGB262129-
CMYK0.100.2800.89
HSL277.5º16%9.8%-
HSV(B)277.5º27.59%11.37%-
XYZ0.920.841.28-
YUV23.41131.16129.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 34.21%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=34.21%
G=27.63%
B=38.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2621290.100.2800.89277.5169.8
Hex1A151DA1C05911610a
Octal322535123401314262012
Binary11010101011110110101110001011001100010110100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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