#3A1041

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

Shades of Blackcurrant #3A1041

Tints of Blackcurrant #3A1041

Color information

#3A1041 (or 0x3A1041) is unknown color: approx Blackcurrant. HEX triplet: 3A, 10 and 41. RGB value is (58,16,65). Sum of RGB (Red+Green+Blue) = 58+16+65=139 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.73% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A1041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1041 is #C5EFBE. Grayscale: #212121. Windows color (decimal): -12971967 or 4263994. OLE color: 4263994.

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

Color convert

RGB581665-
CMYK0.110.7500.75
HSL291.43º60.49%15.88%-
HSV(B)291.43º75.38%25.49%-
XYZ2.881.655.17-
YUV34.14145.41145.02-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.73%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 65 (25.78% from 255) = 46.76%
R=41.73%
G=11.51%
B=46.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5816650.110.7500.75291.4360.4915.88
Hex3A1041B4B04B1233c10
Octal72201011311301134437420
Binary111010100001000001101110010110100101110010001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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