#1A0824

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

Shades of Blackcurrant #1A0824

Tints of Blackcurrant #1A0824

Color information

#1A0824 (or 0x1A0824) is unknown color: approx Blackcurrant. HEX triplet: 1A, 08 and 24. RGB value is (26,8,36). Sum of RGB (Red+Green+Blue) = 26+8+36=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 36 (14.45% from 255 or 51.43% from 70); Max value from RGB is 36 - color contains mainly: blue. Hex color #1A0824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0824 is #E5F7DB. Grayscale: #101010. Windows color (decimal): -15071196 or 2361370. OLE color: 2361370.

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

Color convert

RGB26836-
CMYK0.280.7800.86
HSL278.57º63.64%8.63%-
HSV(B)278.57º77.78%14.12%-
XYZ0.830.521.73-
YUV16.57138.96134.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.14%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 36 (14.45% from 255) = 51.43%
R=37.14%
G=11.43%
B=51.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal268360.280.7800.86278.5763.648.63
Hex1A8241C4E056117409
Octal32104434116012642710011
Binary1101010001001001110010011100101011010001011110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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