#1A081D

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

Shades of Blackcurrant #1A081D

Tints of Blackcurrant #1A081D

Color information

#1A081D (or 0x1A081D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 08 and 1D. RGB value is (26,8,29). Sum of RGB (Red+Green+Blue) = 26+8+29=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 29 (11.72% from 255 or 46.03% from 63); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A081D is #E5F7E2. Grayscale: #0F0F0F. Windows color (decimal): -15071203 or 1902618. OLE color: 1902618.

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

Color convert

RGB26829-
CMYK0.100.7200.89
HSL291.43º56.76%7.25%-
HSV(B)291.43º72.41%11.37%-
XYZ0.730.481.22-
YUV15.78135.46135.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.27%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 29 (11.72% from 255) = 46.03%
R=41.27%
G=12.70%
B=46.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal268290.100.7200.89291.4356.767.25
Hex1A81DA48059123397
Octal321035121100131443717
Binary110101000111011010100100001011001100100011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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