#3A1341

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

Shades of Blackcurrant #3A1341

Tints of Blackcurrant #3A1341

Color information

#3A1341 (or 0x3A1341) is unknown color: approx Blackcurrant. HEX triplet: 3A, 13 and 41. RGB value is (58,19,65). Sum of RGB (Red+Green+Blue) = 58+19+65=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A1341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1341 is #C5ECBE. Grayscale: #232323. Windows color (decimal): -12971199 or 4264762. OLE color: 4264762.

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

Color convert

RGB581965-
CMYK0.110.7100.75
HSL290.87º54.76%16.47%-
HSV(B)290.87º70.77%25.49%-
XYZ2.931.755.18-
YUV35.9144.42143.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.85%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=40.85%
G=13.38%
B=45.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5819650.110.7100.75290.8754.7616.47
Hex3A1341B4704B1233710
Octal72231011310701134436720
Binary111010100111000001101110001110100101110010001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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