#1A011E

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

Shades of Blackcurrant #1A011E

Tints of Blackcurrant #1A011E

Color information

#1A011E (or 0x1A011E) is unknown color: approx Blackcurrant. HEX triplet: 1A, 01 and 1E. RGB value is (26,1,30). Sum of RGB (Red+Green+Blue) = 26+1+30=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A011E is #E5FEE1. Grayscale: #0B0B0B. Windows color (decimal): -15072994 or 1966362. OLE color: 1966362.

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

Color convert

RGB26130-
CMYK0.130.9700.88
HSL291.72º93.55%6.08%-
HSV(B)291.72º96.67%11.76%-
XYZ0.670.341.26-
YUV11.78138.28138.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 45.61%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 30 (12.11% from 255) = 52.63%
R=45.61%
G=1.75%
B=52.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal261300.130.9700.88291.7293.556.08
Hex1A11ED610581245e6
Octal321361514101304441366
Binary1101011111011011100001010110001001001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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