#1A041E

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

Shades of Blackcurrant #1A041E

Tints of Blackcurrant #1A041E

Color information

#1A041E (or 0x1A041E) is unknown color: approx Blackcurrant. HEX triplet: 1A, 04 and 1E. RGB value is (26,4,30). Sum of RGB (Red+Green+Blue) = 26+4+30=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A041E is #E5FBE1. Grayscale: #0D0D0D. Windows color (decimal): -15072226 or 1967130. OLE color: 1967130.

HSL color Cylindrical-coordinate representation of color #1A041E: hue angle of 290.77º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A041E is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB26430-
CMYK0.130.8700.88
HSL290.77º76.47%6.67%-
HSV(B)290.77º86.67%11.76%-
XYZ0.70.41.27-
YUV13.54137.29136.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 43.33%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 30 (12.11% from 255) = 50%
R=43.33%
G=6.67%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal264300.130.8700.88290.7776.476.67
Hex1A41ED570581234c7
Octal324361512701304431147
Binary110101001111011011010111010110001001000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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