#1A041D

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

Shades of Blackcurrant #1A041D

Tints of Blackcurrant #1A041D

Color information

#1A041D (or 0x1A041D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 04 and 1D. RGB value is (26,4,29). Sum of RGB (Red+Green+Blue) = 26+4+29=59 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.07% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A041D is #E5FBE2. Grayscale: #0D0D0D. Windows color (decimal): -15072227 or 1901594. OLE color: 1901594.

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

Color convert

RGB26429-
CMYK0.100.8600.89
HSL292.8º75.76%6.47%-
HSV(B)292.8º86.21%11.37%-
XYZ0.690.41.2-
YUV13.43136.79136.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.07%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=44.07%
G=6.78%
B=49.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal264290.100.8600.89292.875.766.47
Hex1A41DA560591254c6
Octal324351212601314451146
Binary110101001110110101010110010110011001001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A041D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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