#1A091D

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

Shades of Blackcurrant #1A091D

Tints of Blackcurrant #1A091D

Color information

#1A091D (or 0x1A091D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 09 and 1D. RGB value is (26,9,29). Sum of RGB (Red+Green+Blue) = 26+9+29=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A091D is #E5F6E2. Grayscale: #101010. Windows color (decimal): -15070947 or 1902874. OLE color: 1902874.

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

Color convert

RGB26929-
CMYK0.100.6900.89
HSL291º52.63%7.45%-
HSV(B)291º68.97%11.37%-
XYZ0.750.51.22-
YUV16.36135.13134.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 40.62%
GREEN value IS 9 (3.91% from 255) = 14.06%
BLUE value IS 29 (11.72% from 255) = 45.31%
R=40.62%
G=14.06%
B=45.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal269290.100.6900.8929152.637.45
Hex1A91DA45059123357
Octal321135121050131443657
Binary110101001111011010100010101011001100100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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