#1A0025

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

Shades of Blackcurrant #1A0025

Tints of Blackcurrant #1A0025

Color information

#1A0025 (or 0x1A0025) is unknown color: approx Blackcurrant. HEX triplet: 1A, 00 and 25. RGB value is (26,0,37). Sum of RGB (Red+Green+Blue) = 26+0+37=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A0025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0025 is #E5FFDA. Grayscale: #0B0B0B. Windows color (decimal): -15073243 or 2424858. OLE color: 2424858.

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

Color convert

RGB26037-
CMYK0.30100.85
HSL282.16º100%7.25%-
HSV(B)282.16º100%14.51%-
XYZ0.760.351.78-
YUV11.99142.11137.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 58.73%
R=41.27%
G=0%
B=58.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal260370.30100.85282.161007.25
Hex1A0251E6405511a647
Octal320453614401254321447
Binary110100100101111101100100010101011000110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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