#1A151F

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

Shades of Blackcurrant #1A151F

Tints of Blackcurrant #1A151F

Color information

#1A151F (or 0x1A151F) is unknown color: approx Blackcurrant. HEX triplet: 1A, 15 and 1F. RGB value is (26,21,31). Sum of RGB (Red+Green+Blue) = 26+21+31=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #1A151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A151F is #E5EAE0. Grayscale: #171717. Windows color (decimal): -15067873 or 2037018. OLE color: 2037018.

HSL color Cylindrical-coordinate representation of color #1A151F: hue angle of 270º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1A151F is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB262131-
CMYK0.160.3200.88
HSL270º19.23%10.2%-
HSV(B)270º32.26%12.16%-
XYZ0.940.851.41-
YUV23.64132.16129.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.33%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 31 (12.5% from 255) = 39.74%
R=33.33%
G=26.92%
B=39.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2621310.160.3200.8827019.2310.2
Hex1A151F102005810e13a
Octal322537204001304162312
Binary1101010101111111000010000001011000100001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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