#1A1225

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

Shades of Blackcurrant #1A1225

Tints of Blackcurrant #1A1225

Color information

#1A1225 (or 0x1A1225) is unknown color: approx Blackcurrant. HEX triplet: 1A, 12 and 25. RGB value is (26,18,37). Sum of RGB (Red+Green+Blue) = 26+18+37=81 (10% of max value = 765). Red value is 26 (10.55% from 255 or 32.10% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A1225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1225 is #E5EDDA. Grayscale: #161616. Windows color (decimal): -15068635 or 2429466. OLE color: 2429466.

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

Color convert

RGB261837-
CMYK0.300.5100.85
HSL265.26º34.55%10.78%-
HSV(B)265.26º51.35%14.51%-
XYZ0.980.791.85-
YUV22.56136.15130.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 32.10%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 37 (14.84% from 255) = 45.68%
R=32.10%
G=22.22%
B=45.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2618370.300.5100.85265.2634.5510.78
Hex1A12251E3305510923b
Octal322245366301254114313
Binary110101001010010111110110011010101011000010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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