#1A1321

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

Shades of Blackcurrant #1A1321

Tints of Blackcurrant #1A1321

Color information

#1A1321 (or 0x1A1321) is unknown color: approx Blackcurrant. HEX triplet: 1A, 13 and 21. RGB value is (26,19,33). Sum of RGB (Red+Green+Blue) = 26+19+33=78 (10% of max value = 765). Red value is 26 (10.55% from 255 or 33.33% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 33 - color contains mainly: blue. Hex color #1A1321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1321 is #E5ECDE. Grayscale: #161616. Windows color (decimal): -15068383 or 2167578. OLE color: 2167578.

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

Color convert

RGB261933-
CMYK0.210.4200.87
HSL270º26.92%10.2%-
HSV(B)270º42.42%12.94%-
XYZ0.930.81.54-
YUV22.69133.82130.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 33 (13.28% from 255) = 42.31%
R=33.33%
G=24.36%
B=42.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2619330.210.4200.8727026.9210.2
Hex1A1321152A05710e1ba
Octal322341255201274163312
Binary11010100111000011010110101001010111100001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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