#3A0841

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

Shades of Blackcurrant #3A0841

Tints of Blackcurrant #3A0841

Color information

#3A0841 (or 0x3A0841) is unknown color: approx Blackcurrant. HEX triplet: 3A, 08 and 41. RGB value is (58,8,65). Sum of RGB (Red+Green+Blue) = 58+8+65=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A0841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0841 is #C5F7BE. Grayscale: #1D1D1D. Windows color (decimal): -12974015 or 4261946. OLE color: 4261946.

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

Color convert

RGB58865-
CMYK0.110.8800.75
HSL292.63º78.08%14.31%-
HSV(B)292.63º87.69%25.49%-
XYZ2.791.455.14-
YUV29.45148.06148.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 44.27%
GREEN value IS 8 (3.52% from 255) = 6.11%
BLUE value IS 65 (25.78% from 255) = 49.62%
R=44.27%
G=6.11%
B=49.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal588650.110.8800.75292.6378.0814.31
Hex3A841B5804B1254ee
Octal721010113130011344511616
Binary11101010001000001101110110000100101110010010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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