#1A0924

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

Shades of Blackcurrant #1A0924

Tints of Blackcurrant #1A0924

Color information

#1A0924 (or 0x1A0924) is unknown color: approx Blackcurrant. HEX triplet: 1A, 09 and 24. RGB value is (26,9,36). Sum of RGB (Red+Green+Blue) = 26+9+36=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #1A0924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0924 is #E5F6DB. Grayscale: #111111. Windows color (decimal): -15070940 or 2361626. OLE color: 2361626.

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

Color convert

RGB26936-
CMYK0.280.7500.86
HSL277.78º60%8.82%-
HSV(B)277.78º75%14.12%-
XYZ0.840.541.73-
YUV17.16138.63134.3-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 36.62%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 36 (14.45% from 255) = 50.70%
R=36.62%
G=12.68%
B=50.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal269360.280.7500.86277.78608.82
Hex1A9241C4B0561163c9
Octal3211443411301264267411
Binary110101001100100111001001011010101101000101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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