#1A1025

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

Shades of Blackcurrant #1A1025

Tints of Blackcurrant #1A1025

Color information

#1A1025 (or 0x1A1025) is unknown color: approx Blackcurrant. HEX triplet: 1A, 10 and 25. RGB value is (26,16,37). Sum of RGB (Red+Green+Blue) = 26+16+37=79 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.91% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 37 (14.84% from 255 or 46.84% from 79); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1025 is #E5EFDA. Grayscale: #151515. Windows color (decimal): -15069147 or 2428954. OLE color: 2428954.

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

Color convert

RGB261637-
CMYK0.300.5700.85
HSL268.57º39.62%10.39%-
HSV(B)268.57º56.76%14.51%-
XYZ0.950.721.84-
YUV21.38136.81131.29-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.91%
GREEN value IS 16 (6.64% from 255) = 20.25%
BLUE value IS 37 (14.84% from 255) = 46.84%
R=32.91%
G=20.25%
B=46.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2616370.300.5700.85268.5739.6210.39
Hex1A10251E3905510d28a
Octal322045367101254155012
Binary110101000010010111110111001010101011000011011010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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