#3A1353

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

Shades of Blackcurrant #3A1353

Tints of Blackcurrant #3A1353

Color information

#3A1353 (or 0x3A1353) is unknown color: approx Blackcurrant. HEX triplet: 3A, 13 and 53. RGB value is (58,19,83). Sum of RGB (Red+Green+Blue) = 58+19+83=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A1353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1353 is #C5ECAC. Grayscale: #252525. Windows color (decimal): -12971181 or 5444410. OLE color: 5444410.

HSL color Cylindrical-coordinate representation of color #3A1353: hue angle of 276.56º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A1353 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB581983-
CMYK0.300.7700.67
HSL276.56º62.75%20%-
HSV(B)276.56º77.11%32.55%-
XYZ3.541.998.38-
YUV37.96153.42142.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.25%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=36.25%
G=11.88%
B=51.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5819830.300.7700.67276.5662.7520
Hex3A13531E4D0431153f14
Octal72231233611501034257724
Binary1110101001110100111111010011010100001110001010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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