#1A0124

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

Shades of Blackcurrant #1A0124

Tints of Blackcurrant #1A0124

Color information

#1A0124 (or 0x1A0124) is unknown color: approx Blackcurrant. HEX triplet: 1A, 01 and 24. RGB value is (26,1,36). Sum of RGB (Red+Green+Blue) = 26+1+36=63 (8% of max value = 765). Red value is 26 (10.55% from 255 or 41.27% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 36 (14.45% from 255 or 57.14% from 63); Max value from RGB is 36 - color contains mainly: blue. Hex color #1A0124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0124 is #E5FEDB. Grayscale: #0C0C0C. Windows color (decimal): -15072988 or 2359578. OLE color: 2359578.

HSL color Cylindrical-coordinate representation of color #1A0124: hue angle of 282.86º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1A0124 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB26136-
CMYK0.280.9700.86
HSL282.86º94.59%7.25%-
HSV(B)282.86º97.22%14.12%-
XYZ0.760.371.7-
YUV12.46141.28137.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 41.27%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 36 (14.45% from 255) = 57.14%
R=41.27%
G=1.59%
B=57.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal261360.280.9700.86282.8694.597.25
Hex1A1241C6105611b5f7
Octal321443414101264331377
Binary110101100100111001100001010101101000110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,1,36); }

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

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

 a { background-color: rgb(26,1,36); }

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

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

 span { border-color: rgb(26,1,36); }

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