#1A021E

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

Shades of Blackcurrant #1A021E

Tints of Blackcurrant #1A021E

Color information

#1A021E (or 0x1A021E) is unknown color: approx Blackcurrant. HEX triplet: 1A, 02 and 1E. RGB value is (26,2,30). Sum of RGB (Red+Green+Blue) = 26+2+30=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #1A021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A021E is #E5FDE1. Grayscale: #0C0C0C. Windows color (decimal): -15072738 or 1966618. OLE color: 1966618.

HSL color Cylindrical-coordinate representation of color #1A021E: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A021E is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB26230-
CMYK0.130.9300.88
HSL291.43º87.5%6.27%-
HSV(B)291.43º93.33%11.76%-
XYZ0.680.361.26-
YUV12.37137.95137.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 44.83%
GREEN value IS 2 (1.17% from 255) = 3.45%
BLUE value IS 30 (12.11% from 255) = 51.72%
R=44.83%
G=3.45%
B=51.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal262300.130.9300.88291.4387.56.27
Hex1A21ED5D058123586
Octal322361513501304431306
Binary11010101111011011011101010110001001000111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,2,30); }

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

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

 a { background-color: rgb(26,2,30); }

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

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

 span { border-color: rgb(26,2,30); }

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