#1A131D

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

Shades of Blackcurrant #1A131D

Tints of Blackcurrant #1A131D

Color information

#1A131D (or 0x1A131D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 13 and 1D. RGB value is (26,19,29). Sum of RGB (Red+Green+Blue) = 26+19+29=74 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.14% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 29 (11.72% from 255 or 39.19% from 74); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A131D is #E5ECE2. Grayscale: #161616. Windows color (decimal): -15068387 or 1905434. OLE color: 1905434.

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

Color convert

RGB261929-
CMYK0.100.3400.89
HSL282º20.83%9.41%-
HSV(B)282º34.48%11.37%-
XYZ0.880.771.27-
YUV22.23131.82130.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.14%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 29 (11.72% from 255) = 39.19%
R=35.14%
G=25.68%
B=39.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2619290.100.3400.8928220.839.41
Hex1A131DA2205911a159
Octal322335124201314322511
Binary110101001111101101010001001011001100011010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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