#3A0655

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

Shades of Blackcurrant #3A0655

Tints of Blackcurrant #3A0655

Color information

#3A0655 (or 0x3A0655) is unknown color: approx Blackcurrant. HEX triplet: 3A, 06 and 55. RGB value is (58,6,85). Sum of RGB (Red+Green+Blue) = 58+6+85=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A0655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0655 is #C5F9AA. Grayscale: #1E1E1E. Windows color (decimal): -12974507 or 5572154. OLE color: 5572154.

HSL color Cylindrical-coordinate representation of color #3A0655: hue angle of 279.49º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0655 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB58685-
CMYK0.320.9300.67
HSL279.49º86.81%17.84%-
HSV(B)279.49º92.94%33.33%-
XYZ3.451.698.74-
YUV30.55158.73147.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.93%
GREEN value IS 6 (2.73% from 255) = 4.03%
BLUE value IS 85 (33.59% from 255) = 57.05%
R=38.93%
G=4.03%
B=57.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal586850.320.9300.67279.4986.8117.84
Hex3A655205D0431175712
Octal72612540135010342712722
Binary1110101101010101100000101110101000011100010111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,6,85); }

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

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

 a { background-color: rgb(58,6,85); }

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

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

 span { border-color: rgb(58,6,85); }

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