#1A1228

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

Shades of Blackcurrant #1A1228

Tints of Blackcurrant #1A1228

Color information

#1A1228 (or 0x1A1228) is unknown color: approx Blackcurrant. HEX triplet: 1A, 12 and 28. RGB value is (26,18,40). Sum of RGB (Red+Green+Blue) = 26+18+40=84 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.95% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #1A1228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A1228 is #E5EDD7. Grayscale: #161616. Windows color (decimal): -15068632 or 2626074. OLE color: 2626074.

HSL color Cylindrical-coordinate representation of color #1A1228: hue angle of 261.82º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A1228 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB261840-
CMYK0.350.5500.84
HSL261.82º37.93%11.37%-
HSV(B)261.82º55%15.69%-
XYZ1.030.812.11-
YUV22.9137.65130.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 30.95%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 40 (16.02% from 255) = 47.62%
R=30.95%
G=21.43%
B=47.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2618400.350.5500.84261.8237.9311.37
Hex1A1228233705410626b
Octal322250436701244064613
Binary1101010010101000100011110111010101001000001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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