#1A0140

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

Shades of Blackcurrant #1A0140

Tints of Blackcurrant #1A0140

Color information

#1A0140 (or 0x1A0140) is unknown color: approx Blackcurrant. HEX triplet: 1A, 01 and 40. RGB value is (26,1,64). Sum of RGB (Red+Green+Blue) = 26+1+64=91 (12% of max value = 765). Red value is 26 (10.55% from 255 or 28.57% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #1A0140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0140 is #E5FEBF. Grayscale: #0F0F0F. Windows color (decimal): -15072960 or 4194586. OLE color: 4194586.

HSL color Cylindrical-coordinate representation of color #1A0140: hue angle of 263.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A0140 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB26164-
CMYK0.590.9800.75
HSL263.81º96.92%12.75%-
HSV(B)263.81º98.44%25.1%-
XYZ1.360.614.9-
YUV15.66155.28135.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 28.57%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 64 (25.39% from 255) = 70.33%
R=28.57%
G=1.10%
B=70.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal261640.590.9800.75263.8196.9212.75
Hex1A1403B6204B10861d
Octal32110073142011341014115
Binary110101100000011101111000100100101110000100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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