#1A1421

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

Shades of Blackcurrant #1A1421

Tints of Blackcurrant #1A1421

Color information

#1A1421 (or 0x1A1421) is unknown color: approx Blackcurrant. HEX triplet: 1A, 14 and 21. RGB value is (26,20,33). Sum of RGB (Red+Green+Blue) = 26+20+33=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 33 - color contains mainly: blue. Hex color #1A1421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1421 is #E5EBDE. Grayscale: #171717. Windows color (decimal): -15068127 or 2167834. OLE color: 2167834.

HSL color Cylindrical-coordinate representation of color #1A1421: hue angle of 267.69º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1A1421 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB262033-
CMYK0.210.3900.87
HSL267.69º24.53%10.39%-
HSV(B)267.69º39.39%12.94%-
XYZ0.950.831.55-
YUV23.28133.49129.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.91%
GREEN value IS 20 (8.20% from 255) = 25.32%
BLUE value IS 33 (13.28% from 255) = 41.77%
R=32.91%
G=25.32%
B=41.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2620330.210.3900.87267.6924.5310.39
Hex1A1421152705710c19a
Octal322441254701274143112
Binary11010101001000011010110011101010111100001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,20,33); }

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

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

 a { background-color: rgb(26,20,33); }

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

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

 span { border-color: rgb(26,20,33); }

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