#1A1325

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

Shades of Blackcurrant #1A1325

Tints of Blackcurrant #1A1325

Color information

#1A1325 (or 0x1A1325) is unknown color: approx Blackcurrant. HEX triplet: 1A, 13 and 25. RGB value is (26,19,37). Sum of RGB (Red+Green+Blue) = 26+19+37=82 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.71% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1325 is #E5ECDA. Grayscale: #171717. Windows color (decimal): -15068379 or 2429722. OLE color: 2429722.

HSL color Cylindrical-coordinate representation of color #1A1325: hue angle of 263.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1A1325 is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB261937-
CMYK0.300.4900.85
HSL263.33º32.14%10.98%-
HSV(B)263.33º48.65%14.51%-
XYZ0.990.821.86-
YUV23.14135.82130.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 31.71%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 37 (14.84% from 255) = 45.12%
R=31.71%
G=23.17%
B=45.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2619370.300.4900.85263.3332.1410.98
Hex1A13251E3105510720b
Octal322345366101254074013
Binary110101001110010111110110001010101011000001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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