#1A021D

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

Shades of Blackcurrant #1A021D

Tints of Blackcurrant #1A021D

Color information

#1A021D (or 0x1A021D) is unknown color: approx Blackcurrant. HEX triplet: 1A, 02 and 1D. RGB value is (26,2,29). Sum of RGB (Red+Green+Blue) = 26+2+29=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 29 (11.72% from 255 or 50.88% from 57); Max value from RGB is 29 - color contains mainly: blue. Hex color #1A021D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A021D is #E5FDE2. Grayscale: #0C0C0C. Windows color (decimal): -15072739 or 1901082. OLE color: 1901082.

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

Color convert

RGB26229-
CMYK0.100.9300.89
HSL293.33º87.1%6.08%-
HSV(B)293.33º93.1%11.37%-
XYZ0.670.351.2-
YUV12.25137.45137.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 45.61%
GREEN value IS 2 (1.17% from 255) = 3.51%
BLUE value IS 29 (11.72% from 255) = 50.88%
R=45.61%
G=3.51%
B=50.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal262290.100.9300.89293.3387.16.08
Hex1A21DA5D059125576
Octal322351213501314451276
Binary11010101110110101011101010110011001001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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