#3A0941

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

Shades of Blackcurrant #3A0941

Tints of Blackcurrant #3A0941

Color information

#3A0941 (or 0x3A0941) is unknown color: approx Blackcurrant. HEX triplet: 3A, 09 and 41. RGB value is (58,9,65). Sum of RGB (Red+Green+Blue) = 58+9+65=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A0941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0941 is #C5F6BE. Grayscale: #1D1D1D. Windows color (decimal): -12973759 or 4262202. OLE color: 4262202.

HSL color Cylindrical-coordinate representation of color #3A0941: hue angle of 292.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A0941 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB58965-
CMYK0.110.8600.75
HSL292.5º75.68%14.51%-
HSV(B)292.5º86.15%25.49%-
XYZ2.81.485.14-
YUV30.04147.73147.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 43.94%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 65 (25.78% from 255) = 49.24%
R=43.94%
G=6.82%
B=49.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal589650.110.8600.75292.575.6814.51
Hex3A941B5604B1244cf
Octal721110113126011344411417
Binary11101010011000001101110101100100101110010010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A0941; }

 p { color: rgb(58,9,65); }

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

<style>
 a { background-color: #3A0941; }

 a { background-color: rgb(58,9,65); }

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

<style>
 span { border-color: #3A0941; }

 span { border-color: rgb(58,9,65); }

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