#1A0826

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

Shades of Blackcurrant #1A0826

Tints of Blackcurrant #1A0826

Color information

#1A0826 (or 0x1A0826) is unknown color: approx Blackcurrant. HEX triplet: 1A, 08 and 26. RGB value is (26,8,38). Sum of RGB (Red+Green+Blue) = 26+8+38=72 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.11% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 38 (15.23% from 255 or 52.78% from 72); Max value from RGB is 38 - color contains mainly: blue. Hex color #1A0826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0826 is #E5F7D9. Grayscale: #101010. Windows color (decimal): -15071194 or 2492442. OLE color: 2492442.

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

Color convert

RGB26838-
CMYK0.320.7900.85
HSL276º65.22%9.02%-
HSV(B)276º78.95%14.9%-
XYZ0.860.531.89-
YUV16.8139.96134.56-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.11%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 38 (15.23% from 255) = 52.78%
R=36.11%
G=11.11%
B=52.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal268380.320.7900.8527665.229.02
Hex1A826204F055114419
Octal32104640117012542410111
Binary11010100010011010000010011110101010110001010010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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