#1A031D

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

Shades of Blackcurrant #1A031D

Tints of Blackcurrant #1A031D

Color information

#1A031D (or 0x1A031D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 03 and 1D. RGB value is (26,3,29). Sum of RGB (Red+Green+Blue) = 26+3+29=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A031D is #E5FCE2. Grayscale: #0C0C0C. Windows color (decimal): -15072483 or 1901338. OLE color: 1901338.

HSL color Cylindrical-coordinate representation of color #1A031D: hue angle of 293.08º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A031D is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB26329-
CMYK0.100.9000.89
HSL293.08º81.25%6.27%-
HSV(B)293.08º89.66%11.37%-
XYZ0.680.371.2-
YUV12.84137.12137.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.83%
GREEN value IS 3 (1.56% from 255) = 5.17%
BLUE value IS 29 (11.72% from 255) = 50%
R=44.83%
G=5.17%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal263290.100.9000.89293.0881.256.27
Hex1A31DA5A059125516
Octal323351213201314451216
Binary11010111110110101011010010110011001001011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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