#1A0029

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

Shades of Blackcurrant #1A0029

Tints of Blackcurrant #1A0029

Color information

#1A0029 (or 0x1A0029) is unknown color: approx Blackcurrant. HEX triplet: 1A, 00 and 29. RGB value is (26,0,41). Sum of RGB (Red+Green+Blue) = 26+0+41=67 (8% of max value = 765). Red value is 26 (10.55% from 255 or 38.81% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 41 (16.41% from 255 or 61.19% from 67); Max value from RGB is 41 - color contains mainly: blue. Hex color #1A0029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0029 is #E5FFD6. Grayscale: #0C0C0C. Windows color (decimal): -15073239 or 2687002. OLE color: 2687002.

HSL color Cylindrical-coordinate representation of color #1A0029: hue angle of 278.05º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A0029 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB26041-
CMYK0.37100.84
HSL278.05º100%8.04%-
HSV(B)278.05º100%16.08%-
XYZ0.830.382.13-
YUV12.45144.11137.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 38.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 61.19%
R=38.81%
G=0%
B=61.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal260410.37100.84278.051008.04
Hex1A0292564054116648
Octal3205145144012442614410
Binary11010010100110010111001000101010010001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,0,41); }

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

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

 a { background-color: rgb(26,0,41); }

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

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

 span { border-color: rgb(26,0,41); }

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