#1A0A25

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

Shades of Blackcurrant #1A0A25

Tints of Blackcurrant #1A0A25

Color information

#1A0A25 (or 0x1A0A25) is unknown color: approx Blackcurrant. HEX triplet: 1A, 0A and 25. RGB value is (26,10,37). Sum of RGB (Red+Green+Blue) = 26+10+37=73 (9% of max value = 765). Red value is 26 (10.55% from 255 or 35.62% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A0A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0A25 is #E5F5DA. Grayscale: #111111. Windows color (decimal): -15070683 or 2427418. OLE color: 2427418.

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

Color convert

RGB261037-
CMYK0.300.7300.85
HSL275.56º57.45%9.22%-
HSV(B)275.56º72.97%14.51%-
XYZ0.870.571.81-
YUV17.86138.8133.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 35.62%
GREEN value IS 10 (4.30% from 255) = 13.70%
BLUE value IS 37 (14.84% from 255) = 50.68%
R=35.62%
G=13.70%
B=50.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2610370.300.7300.85275.5657.459.22
Hex1AA251E49055114399
Octal3212453611101254247111
Binary110101010100101111101001001010101011000101001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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