#1A0926

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

Shades of Blackcurrant #1A0926

Tints of Blackcurrant #1A0926

Color information

#1A0926 (or 0x1A0926) is unknown color: approx Blackcurrant. HEX triplet: 1A, 09 and 26. RGB value is (26,9,38). Sum of RGB (Red+Green+Blue) = 26+9+38=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #1A0926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0926 is #E5F6D9. Grayscale: #111111. Windows color (decimal): -15070938 or 2492698. OLE color: 2492698.

HSL color Cylindrical-coordinate representation of color #1A0926: hue angle of 275.17º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A0926 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB26938-
CMYK0.320.7600.85
HSL275.17º61.7%9.22%-
HSV(B)275.17º76.32%14.9%-
XYZ0.870.551.89-
YUV17.39139.63134.14-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.62%
GREEN value IS 9 (3.91% from 255) = 12.33%
BLUE value IS 38 (15.23% from 255) = 52.05%
R=35.62%
G=12.33%
B=52.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal269380.320.7600.85275.1761.79.22
Hex1A926204C0551133e9
Octal3211464011401254237611
Binary1101010011001101000001001100010101011000100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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